This commit is contained in:
h z
2024-06-26 14:23:02 +08:00
parent cbe5887f5f
commit b8af5f3ccd
22 changed files with 467 additions and 174 deletions

View File

@@ -2,10 +2,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 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;
}