mirror of
https://github.com/BotChain-Robots/ui.git
synced 2026-07-08 15:07:22 +02:00
Finished adding all modules
This commit is contained in:
@@ -3,6 +3,8 @@ using UnityEngine;
|
||||
public class DisplayModule : ModuleBase
|
||||
{
|
||||
public string displayText = "";
|
||||
public override string moduleType => "Display";
|
||||
public override string moduleName => "Display Module";
|
||||
|
||||
public void SetDisplayText(string text)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user