石头串联

This commit is contained in:
2024-12-16 22:09:56 +08:00
parent 7edaac2201
commit 6ef406d44c
53 changed files with 2725 additions and 621 deletions
@@ -11,7 +11,7 @@ namespace AibisDream.FixSystem
private const string SocketObjName = "Socket";
private const string ModulePicName = "Module Pic";
private Transform _socketPos;
public Transform _socketPos;
private BodyModuleSystem _bodyModuleSystem;
#endregion
@@ -94,6 +94,8 @@ namespace AibisDream.FixSystem
socketPos.localPosition = newData.SocketPos;
// 数据同步
data = newData;
InitReference();
}
public BodyModuleData Save()