summaryrefslogtreecommitdiff
path: root/SurvivalTest/Assets/Scripts/Devices/DeviceBase.cs
blob: e4150b98c52343adacb2ccf6f7e9f7e5adb180e9 (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
{


}