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

@@ -0,0 +1,7 @@
using UnityEngine;
public class TriangleHubModule_MMM : HubModule
{
public override string moduleType => "TriangleHubMMM";
public override string moduleName => "Triangle Hub Module MMM";
}