13 lines
451 B
C#
Executable File
13 lines
451 B
C#
Executable File
public static class GlobalScene
|
|
{
|
|
public static MainScene MainScene { get; set; }
|
|
public static CompoundConstructor CompoundConstructor { get; set; }
|
|
public static VirtualChemistryDemo Demo { get; set; }
|
|
public static MainControlPanel MainControlPanel { get; set; }
|
|
public static Flask Flask { get; set; }
|
|
|
|
public static StringLoader StringLoader { get; set; }
|
|
public static bool ElasticContainer { get; set; } = false;
|
|
}
|
|
|