using System.Collections; using System.Collections.Generic; using UnityEngine; /// /// ΉρΓΕ /// public class Device_CabinetDoor : Device_Base { /// /// Ρι΅ηΞ»ΦΓ /// public Transform testPosAndRot; public bool isOpen; }