mirror of
https://github.com/BotChain-Robots/ui.git
synced 2026-07-08 15:07:22 +02:00
9 lines
177 B
C#
9 lines
177 B
C#
using UnityEngine;
|
|
|
|
public class HubModule_MMMF : HubModule
|
|
{
|
|
public override string moduleType => "HubMMMF";
|
|
|
|
public override string moduleName => "Hub Module MMMF";
|
|
}
|