C# 클래스 DotManager, verthex

파일 보기 프로젝트 열기: austinblakeslee/verthex 1 사용 예제들

공개 메소드들

메소드 설명
DotManager ( ) : System.Collections
GetDot ( Section, sc ) : Dot,
NextTurn ( ) : void
RegisterDot ( Section, sc, int damage ) : void
RemoveDot ( Section, sc ) : void

메소드 상세

DotManager() 공개 메소드

public DotManager ( ) : System.Collections
리턴 System.Collections

GetDot() 공개 메소드

public GetDot ( Section, sc ) : Dot,
sc Section,
리턴 Dot,

NextTurn() 공개 메소드

public NextTurn ( ) : void
리턴 void

RegisterDot() 공개 메소드

public RegisterDot ( Section, sc, int damage ) : void
sc Section,
damage int
리턴 void

RemoveDot() 공개 메소드

public RemoveDot ( Section, sc ) : void
sc Section,
리턴 void