Files
ui/Assets/Module/HubModule.cs
2026-01-07 23:54:53 -05:00

10 lines
200 B
C#

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