C# 클래스 Game.ResourceText

파일 보기 프로젝트 열기: vs-team/casanova-mk2

공개 프로퍼티들

프로퍼티 타입 설명
ID int
JustEntered bool
Player Commander
PlayerStats TextGUI
___attack01 System.String
___defense01 System.String
___production00 System.String
___research01 System.String
frame int

공개 메소드들

메소드 설명
ResourceText ( Commander n, System i, System maxPlayers ) : Casanova.Prelude
Rule0 ( float dt, World world ) : void
Update ( float dt, World world ) : void

메소드 상세

ResourceText() 공개 메소드

public ResourceText ( Commander n, System i, System maxPlayers ) : Casanova.Prelude
n Commander
i System
maxPlayers System
리턴 Casanova.Prelude

Rule0() 공개 메소드

public Rule0 ( float dt, World world ) : void
dt float
world World
리턴 void

Update() 공개 메소드

public Update ( float dt, World world ) : void
dt float
world World
리턴 void

프로퍼티 상세

ID 공개적으로 프로퍼티

public int ID
리턴 int

JustEntered 공개적으로 프로퍼티

public bool JustEntered
리턴 bool

Player 공개적으로 프로퍼티

public Commander,Game Player
리턴 Commander

PlayerStats 공개적으로 프로퍼티

public TextGUI,Game PlayerStats
리턴 TextGUI

___attack01 공개적으로 프로퍼티

public String,System ___attack01
리턴 System.String

___defense01 공개적으로 프로퍼티

public String,System ___defense01
리턴 System.String

___production00 공개적으로 프로퍼티

public String,System ___production00
리턴 System.String

___research01 공개적으로 프로퍼티

public String,System ___research01
리턴 System.String

frame 공개적으로 프로퍼티

public int frame
리턴 int