Finished adding all modules

This commit is contained in:
Christen
2026-03-03 19:13:28 -05:00
parent 20480f6eaf
commit 69b3b09ac0
35 changed files with 1068 additions and 71 deletions

View File

@@ -4,4 +4,6 @@ using UnityEngine;
public class PowerModule : ModuleBase
{
public override string moduleType => "Battery";
public override string moduleName => "Power Module";
}