This commit is contained in:
2024-12-04 22:01:36 +08:00
parent 369e08296e
commit 73087998e0
15 changed files with 3997 additions and 46 deletions
@@ -33,6 +33,12 @@ namespace AibisDream.FixSystem
#endregion
#region
public BodyModule curBodyModule;
#endregion
[SerializeField] public float plugSnappingRange = 1f;
private void Awake()
@@ -200,6 +206,7 @@ namespace AibisDream.FixSystem
public struct BodyModuleSystemData
{
public bool isHotError;
public BodyModuleData[] moduleDataArray;
}
}