mirror of
https://github.com/BotChain-Robots/ui.git
synced 2026-07-08 23:17:22 +02:00
8 lines
176 B
C#
8 lines
176 B
C#
using UnityEngine;
|
|
|
|
public class HubModule_MMMM : HubModule
|
|
{
|
|
public override string moduleType => "HubMMMM";
|
|
public override string moduleName => "Hub Module MMMM";
|
|
}
|