12 lines
383 B
C#
Executable File
12 lines
383 B
C#
Executable File
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; }
|
|
}
|
|
|