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

@@ -2,6 +2,6 @@ using System.Collections;
using System.Collections.Generic;
using UnityEngine;
public class HubModule : ModuleBase
public abstract class HubModule : ModuleBase
{
}