Core/MapEditor/Behavior/Bhv_Evt.cs @@ -43,9 +43,7 @@ public virtual void Export(BinaryWriter bw) { bw.Write((byte)type); Debug.LogFormat("type: {0}", type); bw.Write(id); Debug.LogFormat("id: {0}", id); } #endif }