C# 클래스 RaceGame.ComputerPlayersAi

상속: IComputerPlayersAI
파일 보기 프로젝트 열기: cjohnsson/Racing-Game 1 사용 예제들

공개 메소드들

메소드 설명
ComputerPlayersAi ( ) : System
Update ( ) : void

비공개 메소드들

메소드 설명
CheckIfStuck ( Player player ) : void
TurnRandom ( Player player ) : void

메소드 상세

ComputerPlayersAi() 공개 메소드

public ComputerPlayersAi ( ) : System
리턴 System

Update() 공개 메소드

public Update ( ) : void
리턴 void