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