14 lines
231 B
C#
14 lines
231 B
C#
|
using System.Collections;
|
||
|
using System.Collections.Generic;
|
||
|
using BITKit;
|
||
|
using Quadtree;
|
||
|
using UnityEngine;
|
||
|
|
||
|
namespace BITFALL.Industry
|
||
|
{
|
||
|
public sealed class UnityPowerService : UnityTechServiceBase<UnityBatteryDevice>
|
||
|
{
|
||
|
|
||
|
}
|
||
|
}
|