This commit is contained in:
h z
2024-06-21 20:57:19 +08:00
commit 7eed16cd02
48 changed files with 1599 additions and 0 deletions

11
GlobalAccess/GlobalScene.cs Executable file
View 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; }
}