C# 클래스 MTower, Madness

상속: FContainer
파일 보기 프로젝트 열기: MattRix/Madness 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
health float
maxHealth float
player MPlayer,

공개 메소드들

메소드 설명
Init ( ) : void
MTower ( MPlayer, player ) : System
UpdateHealthPercent ( ) : void

메소드 상세

Init() 공개 정적인 메소드

public static Init ( ) : void
리턴 void

MTower() 공개 메소드

public MTower ( MPlayer, player ) : System
player MPlayer,
리턴 System

UpdateHealthPercent() 공개 메소드

public UpdateHealthPercent ( ) : void
리턴 void

프로퍼티 상세

health 공개적으로 프로퍼티

public float health
리턴 float

maxHealth 공개적으로 프로퍼티

public float maxHealth
리턴 float

player 공개적으로 프로퍼티

public MPlayer, player
리턴 MPlayer,