少年修仙传客户端代码仓库
client_Hale
2019-01-21 38bbe9af958cac89c56b35ee6c7ba5b2ed44185c
Core/MapEditor/Behavior/Bhv_Trasfer.cs
@@ -18,10 +18,11 @@
        public int param;
        [HideInInspector]
        public List<Bhv_TransferPoint> pointList = new List<Bhv_TransferPoint>();
        private bool showDetail;
#if UNITY_EDITOR
        private bool showDetail;
        public void Save(BinaryWriter bw)
        {
            bw.Write((byte)transferType);