Files
ui/Assets/PowerModule.cs
2026-03-03 19:13:28 -05:00

9 lines
230 B
C#

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