using System.Collections; using System.Collections.Generic; using UnityEngine; public class PowerModule : ModuleBase { public override string moduleType => "Battery"; public override string moduleName => "Power Module"; }