Questor.Modules.EntityCache.UnlockTarget C# (CSharp) 메소드

UnlockTarget() 공개 메소드

public UnlockTarget ( ) : void
리턴 void
        public void UnlockTarget()
        {
            if (_directEntity != null)
                _directEntity.UnlockTarget();
        }