重构
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user