AcademyRPG.Guard.Guard C# (CSharp) 메소드

Guard() 공개 메소드

public Guard ( string name, Point position, int owner ) : System
name string
position Point
owner int
리턴 System
        public Guard(string name, Point position, int owner)
            : base(name, position, owner)
        {
            this.HitPoints = 100;
        }