Files
VirtualChemistry.Demo/GlobalAccess/GlobalScene.cs
2024-06-21 20:57:19 +08:00

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; }
}