We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 48c2efd commit 44186cfCopy full SHA for 44186cf
1 file changed
CathodeLib/Scripts/Level.cs
@@ -85,7 +85,9 @@ public class State
85
86
public const int NumberOfTicks = 30;
87
88
+ public Global Global => _global;
89
private Global _global;
90
+
91
private string _path;
92
93
/// <summary>
0 commit comments