using System.Collections; using System.Collections.Generic; using UnityEngine; public class BatteryModule : ModuleBase { public override void OnSelect() { } public override void DeSelect() { } }