Skip to content

Commit 44186cf

Browse files
committed
allow access to global
1 parent 48c2efd commit 44186cf

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

CathodeLib/Scripts/Level.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,9 @@ public class State
8585

8686
public const int NumberOfTicks = 30;
8787

88+
public Global Global => _global;
8889
private Global _global;
90+
8991
private string _path;
9092

9193
/// <summary>

0 commit comments

Comments
 (0)