using System.Collections; using System.Collections.Generic; using UnityEngine; public enum EventMsgType { // UI ToggleAutoFire, // 自动开火 ToggleLockAim, // 锁定方向 }