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

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

공개 프로퍼티들

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

공개 메소드들

메소드 설명
ApplyTo ( Game game ) : void
BuildLinkMove ( EdgePosition where ) : System
IsLegalToApply ( Game game ) : bool
ToString ( ) : string
Undo ( Game game ) : void

메소드 상세

ApplyTo() 공개 메소드

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

BuildLinkMove() 공개 메소드

public BuildLinkMove ( EdgePosition where ) : System
where MingStar.SimUniversity.Contract.EdgePosition
리턴 System

IsLegalToApply() 공개 메소드

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

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

Undo() 공개 메소드

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

프로퍼티 상세

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

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