AcademyRPG.MovingObject.GoTo C# (CSharp) 메소드

GoTo() 공개 메소드

public GoTo ( Point destination ) : void
destination Point
리턴 void
        public void GoTo(Point destination)
        {
            this.Position = destination;
        }
    }