Merge branch 'master' of http://192.168.0.87:10010/r/snxxz_scripts
| | |
| | | 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() |
| | |
| | | protected Material m_WeaponMaterial;
|
| | | protected Material m_SecondaryMaterial;
|
| | |
|
| | | public int EquipSuitID { get; private set; }
|
| | |
|
| | | private E_MovingState m_MovingState;
|
| | | public E_MovingState MovingState
|
| | | {
|