Cozy Wather + buld systeme
This commit is contained in:
+30
@@ -0,0 +1,30 @@
|
||||
// Distant Lands 2025
|
||||
// COZY: Stylized Weather 3
|
||||
// All code included in this file is protected under the Unity Asset Store Eula
|
||||
|
||||
namespace DistantLands.Cozy
|
||||
{
|
||||
public abstract class CozyDateOverride : CozyModule
|
||||
{
|
||||
|
||||
public float yearPercentage;
|
||||
|
||||
/// <summary>
|
||||
/// Returns the current year percentage (0 - 1).
|
||||
/// </summary>
|
||||
public abstract float GetCurrentYearPercentage();
|
||||
|
||||
/// <summary>
|
||||
/// Returns the current year percentage (0 - 1) after a number of ticks has passed.
|
||||
/// </summary>
|
||||
public abstract float GetCurrentYearPercentage(float inTicks);
|
||||
|
||||
/// <summary>
|
||||
/// Gets the current day plus the current day percentage (0-1).
|
||||
/// </summary>
|
||||
public abstract float DayAndTime();
|
||||
public abstract void ChangeDay(int days);
|
||||
public abstract int DaysPerYear();
|
||||
|
||||
}
|
||||
}
|
||||
+18
@@ -0,0 +1,18 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 38912360c0640ed4ead24a3400425363
|
||||
MonoImporter:
|
||||
externalObjects: {}
|
||||
serializedVersion: 2
|
||||
defaultReferences: []
|
||||
executionOrder: 0
|
||||
icon: {instanceID: 0}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
AssetOrigin:
|
||||
serializedVersion: 1
|
||||
productId: 271742
|
||||
packageName: 'COZY: Stylized Weather 3'
|
||||
packageVersion: 3.6.20
|
||||
assetPath: Packages/com.distantlands.cozy.core/Runtime/Modules/Utility Modules/CozyDateOverride.cs
|
||||
uploadId: 939148
|
||||
+15
@@ -0,0 +1,15 @@
|
||||
// Distant Lands 2025
|
||||
// COZY: Stylized Weather 3
|
||||
// All code included in this file is protected under the Unity Asset Store Eula
|
||||
|
||||
namespace DistantLands.Cozy
|
||||
{
|
||||
|
||||
public abstract class CozyTimeOverride : CozyModule
|
||||
{
|
||||
|
||||
|
||||
public float dayPercentage;
|
||||
|
||||
}
|
||||
}
|
||||
+18
@@ -0,0 +1,18 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 50275bcc4bad01347b537f7d8b33d6aa
|
||||
MonoImporter:
|
||||
externalObjects: {}
|
||||
serializedVersion: 2
|
||||
defaultReferences: []
|
||||
executionOrder: 0
|
||||
icon: {instanceID: 0}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
AssetOrigin:
|
||||
serializedVersion: 1
|
||||
productId: 271742
|
||||
packageName: 'COZY: Stylized Weather 3'
|
||||
packageVersion: 3.6.20
|
||||
assetPath: Packages/com.distantlands.cozy.core/Runtime/Modules/Utility Modules/CozyTimeOverride.cs
|
||||
uploadId: 939148
|
||||
Reference in New Issue
Block a user