templates
This commit is contained in:
parent
7864160dcf
commit
d52d4be5ff
7 changed files with 421 additions and 60 deletions
|
|
@ -16,6 +16,8 @@ public partial class RuntimeLevelData : Node
|
|||
|
||||
[Export]
|
||||
public float SunCount { get; private set; } = 0;
|
||||
[Export]
|
||||
public AdventureLevelResource levelResource;
|
||||
public event Action<LevelStates> OnLevelStateChanged;
|
||||
|
||||
public static RuntimeLevelData Instance { get; private set; }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue