using System.Collections; using System.Collections.Generic; using UnityEngine; public class HubModule : ModuleBase { public override void OnSelect() { } public override void DeSelect() { } }