少年修仙传客户端代码仓库
client_Hale
2019-03-04 03a7dc0924450a37c9c1972edbdbd0154945836c
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
    }