C# 클래스 SnakeBattleNet.Core.Prototypes.BattleField

Represents battle field where snakes are trying to eat each other.
상속: IBattleField
파일 보기 프로젝트 열기: FoC-/SnakeBattle.Net 1 사용 예제들

공개 메소드들

메소드 설명
AddSnakes ( IList snakes ) : void
BattleField ( ) : System

비공개 메소드들

메소드 설명
GetTailOwner ( BattleSnake snake, MoveDirection moveDirection ) : BattleSnake
GetVisibleAreaFor ( BattleSnake snake ) : VisibleArea

메소드 상세

AddSnakes() 공개 메소드

public AddSnakes ( IList snakes ) : void
snakes IList
리턴 void

BattleField() 공개 메소드

public BattleField ( ) : System
리턴 System