C# 클래스 MingStar.SimUniversity.Game.Move.BuildCampusMove

상속: IPlayerMoveForUpdate, IBuildCampusMove
파일 보기 프로젝트 열기: MingStar/SimUniversity

공개 프로퍼티들

프로퍼티 타입 설명
StudentsNeededForSuperCampus MingStar.SimUniversity.Contract.StudentGroup[]
StudentsNeededForTraditionalCampus MingStar.SimUniversity.Contract.StudentGroup[]

공개 메소드들

메소드 설명
ApplyTo ( Game game ) : void
BuildCampusMove ( VertexPosition where, CampusType type ) : MingStar.SimUniversity.Contract
IsLegalToApply ( Game game ) : bool
ToString ( ) : string
Undo ( Game game ) : void

메소드 상세

ApplyTo() 공개 메소드

public ApplyTo ( Game game ) : void
game Game
리턴 void

BuildCampusMove() 공개 메소드

public BuildCampusMove ( VertexPosition where, CampusType type ) : MingStar.SimUniversity.Contract
where MingStar.SimUniversity.Contract.VertexPosition
type CampusType
리턴 MingStar.SimUniversity.Contract

IsLegalToApply() 공개 메소드

public IsLegalToApply ( Game game ) : bool
game Game
리턴 bool

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

Undo() 공개 메소드

public Undo ( Game game ) : void
game Game
리턴 void

프로퍼티 상세

StudentsNeededForSuperCampus 공개적으로 정적으로 프로퍼티

public static StudentGroup[],MingStar.SimUniversity.Contract StudentsNeededForSuperCampus
리턴 MingStar.SimUniversity.Contract.StudentGroup[]

StudentsNeededForTraditionalCampus 공개적으로 정적으로 프로퍼티

public static StudentGroup[],MingStar.SimUniversity.Contract StudentsNeededForTraditionalCampus
리턴 MingStar.SimUniversity.Contract.StudentGroup[]