mirror of
https://github.com/BotChain-Robots/ui.git
synced 2026-07-08 15:07:22 +02:00
10 lines
204 B
C#
10 lines
204 B
C#
using System.Collections;
|
|
using System.Collections.Generic;
|
|
using UnityEngine;
|
|
|
|
public class BatteryModule : ModuleBase
|
|
{
|
|
public override void OnSelect() { }
|
|
public override void DeSelect() { }
|
|
}
|