结构大修改,改成朴实无华的结构,不过度架构。能跑就行
This commit is contained in:
@@ -2,11 +2,6 @@
|
||||
|
||||
namespace NBF
|
||||
{
|
||||
public struct Wait_SceneChangeFinish : IWaitType
|
||||
{
|
||||
public int Error { get; set; }
|
||||
}
|
||||
|
||||
// /// <summary>
|
||||
// /// 相机模式切换
|
||||
// /// </summary>
|
||||
@@ -81,7 +76,7 @@ namespace NBF
|
||||
/// </summary>
|
||||
public bool IsMainPlayer;
|
||||
|
||||
public MapUnit MapUnit;
|
||||
// public MapUnit MapUnit;
|
||||
// public UnitInfo UnitInfo;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user