summaryrefslogtreecommitdiff
path: root/SurvivalTest/Assets/Scripts/Devices/DeviceBase.cs
blob: 61e347fafe8621fc18d84032e6b415c2f8d0faa5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
using System.Collections;
using System.Collections.Generic;
using UnityEngine;

/// <summary>
/// É豸
/// </summary>
public class DeviceBase : MonoBehaviour
{


}