mirror of
https://github.com/BotChain-Robots/ui.git
synced 2026-07-08 15:07:22 +02:00
switch from Unity version control to git
This commit is contained in:
9
Assets/Module/BatteryModule.cs
Normal file
9
Assets/Module/BatteryModule.cs
Normal file
@@ -0,0 +1,9 @@
|
||||
using System.Collections;
|
||||
using System.Collections.Generic;
|
||||
using UnityEngine;
|
||||
|
||||
public class BatteryModule : ModuleBase
|
||||
{
|
||||
public override void OnSelect() { }
|
||||
public override void DeSelect() { }
|
||||
}
|
||||
Reference in New Issue
Block a user