MapServer.PlayerObject.IsDancing C# (CSharp) 메소드

IsDancing() 공개 메소드

public IsDancing ( ) : bool
리턴 bool
        public bool IsDancing()
        {
            return mnDancingId != 0 ? true : false;
        }