ini
This commit is contained in:
11
GlobalAccess/GlobalScene.cs
Executable file
11
GlobalAccess/GlobalScene.cs
Executable file
@@ -0,0 +1,11 @@
|
||||
public static class GlobalScene
|
||||
{
|
||||
public static MainScene MainScene { get; set; }
|
||||
public static CompoundConstructor CompoundConstructor { get; set; }
|
||||
public static VirtualChemDemo Demo { get; set; }
|
||||
public static MainControlPanel MainControlPanel { get; set; }
|
||||
public static Flask Flask { get; set; }
|
||||
|
||||
public static StringLoader StringLoader { get; set; }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user