mirror of
https://github.com/BotChain-Robots/ui.git
synced 2026-07-08 23:17:22 +02:00
9 lines
230 B
C#
9 lines
230 B
C#
using System.Collections;
|
|
using System.Collections.Generic;
|
|
using UnityEngine;
|
|
|
|
public class PowerModule : ModuleBase
|
|
{
|
|
public override string moduleType => "Battery";
|
|
public override string moduleName => "Power Module";
|
|
} |