mirror of
https://github.com/BotChain-Robots/ui.git
synced 2026-07-08 23:17:22 +02:00
10 lines
200 B
C#
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() { }
|
|
}
|