using System.Collections; using System.Collections.Generic; using UnityEngine; public class DoorUnlock : Lockable { public override void StartUnlock(){ return; } public override void FailedUnlock(){ return; } }