C# 클래스 ManicDigger.GameWorldTodoDummy

상속: IGameWorldTodo
파일 보기 프로젝트 열기: GlennMR/800Craft-Client

공개 메소드들

메소드 설명
EnqueueCommand ( int playerid, int frame, byte cmd ) : void
KeyFrame ( int allowedframe, int hash, PlayerPosition>.Dictionary playerpositions ) : void
LoadState ( byte savegame, int simulationstartframe ) : void

메소드 상세

EnqueueCommand() 공개 메소드

public EnqueueCommand ( int playerid, int frame, byte cmd ) : void
playerid int
frame int
cmd byte
리턴 void

KeyFrame() 공개 메소드

public KeyFrame ( int allowedframe, int hash, PlayerPosition>.Dictionary playerpositions ) : void
allowedframe int
hash int
playerpositions PlayerPosition>.Dictionary
리턴 void

LoadState() 공개 메소드

public LoadState ( byte savegame, int simulationstartframe ) : void
savegame byte
simulationstartframe int
리턴 void