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

9
Scenes/MultiBond.cs Normal file
View File

@@ -0,0 +1,9 @@
using VirtualChemDemo.Concepts;
public partial class MultiBond : Bond2D
{
public override void BondUpdate()
{
throw new System.NotImplementedException();
}
}