using System.Collections; using System.Collections.Generic; using UnityEngine; /// /// ·âÓ¡ /// public class Device_Seal : Device_Base { /// /// ÊÇ·ñ±»¼ô¿ª /// public bool isCut; }