C# 클래스 MPlayerAI, Madness

파일 보기 프로젝트 열기: MattRix/Madness

공개 프로퍼티들

프로퍼티 타입 설명
framesTillNextAction int
otherPlayers List
player MPlayer,

공개 메소드들

메소드 설명
MPlayerAI ( MPlayer, player, List players ) : System
Update ( ) : void

메소드 상세

MPlayerAI() 공개 메소드

public MPlayerAI ( MPlayer, player, List players ) : System
player MPlayer,
players List
리턴 System

Update() 공개 메소드

public Update ( ) : void
리턴 void

프로퍼티 상세

framesTillNextAction 공개적으로 프로퍼티

public int framesTillNextAction
리턴 int

otherPlayers 공개적으로 프로퍼티

public List otherPlayers
리턴 List

player 공개적으로 프로퍼티

public MPlayer, player
리턴 MPlayer,