using System.Collections; using System.Collections.Generic; using UnityEngine; /// /// วน /// public class Equip_Gun : EquipBase { public override AutoMode autoMode => AutoMode.Interval; public override float interval => 0.1f; public override void OnTrigger(GameObject owner) { } }