C# 클래스 MobCard, Territories

상속: Card
파일 보기 프로젝트 열기: rgrigsb/Territories

공개 프로퍼티들

프로퍼티 타입 설명
attack int
attackRange int
health int
moveSpeed int

공개 메소드들

메소드 설명
Play ( ) : void

메소드 상세

Play() 공개 메소드

public Play ( ) : void
리턴 void

프로퍼티 상세

attack 공개적으로 프로퍼티

public int attack
리턴 int

attackRange 공개적으로 프로퍼티

public int attackRange
리턴 int

health 공개적으로 프로퍼티

public int health
리턴 int

moveSpeed 공개적으로 프로퍼티

public int moveSpeed
리턴 int