少年修仙传客户端代码仓库
client_Zxw
2019-03-21 f77c2135bb9238980fc0e549818bfa5207c7336e
Merge branch 'master' of http://192.168.0.87:10010/r/snxxz_scripts
2个文件已修改
3 ■■■■ 已修改文件
Core/MapEditor/Editor/MapEditor.cs 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
Fight/GameActor/GActorPlayerBase.cs 2 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
Core/MapEditor/Editor/MapEditor.cs
@@ -78,6 +78,7 @@
            target.name = "MapEditor";
            LS_KEY_SAVEPATH = System.Environment.CurrentDirectory + "/MapEditor/Save";
            LS_KEY_EXPORTPATH = System.Environment.CurrentDirectory + "/MapEditor/Export";
            EffectConfig.Init();
        }
        public override void OnInspectorGUI()
Fight/GameActor/GActorPlayerBase.cs
@@ -46,8 +46,6 @@
    protected Material m_WeaponMaterial;
    protected Material m_SecondaryMaterial;
    public int EquipSuitID { get; private set; }
    private E_MovingState m_MovingState;
    public E_MovingState MovingState
    {