Server.Mobiles.BaseCreature.ReleaseGuardLock C# (CSharp) 메소드

ReleaseGuardLock() 공개 메소드

public ReleaseGuardLock ( ) : void
리턴 void
        public void ReleaseGuardLock()
        {
            EndAction( typeof( GuardedRegion ) );
        }
BaseCreature