CultivationOfBrewing-2/Assets/Scripts/CXX/Devices/直接接入式电能计量装置/Device_SinglePhaseMeter.cs

22 lines
357 B
C#

using DG.Tweening;
using System;
using System.Collections;
using System.Collections.Generic;
using System.Linq;
using UnityEngine;
public class Device_SinglePhaseMeter : Device_Base
{
// Start is called before the first frame update
void Start()
{
}
// Update is called once per frame
void Update()
{
}
}