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

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

공개 프로퍼티들

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

공개 메소드들

메소드 설명
ApplyTo ( Game game ) : void
IsLegalToApply ( Game game ) : bool
ToString ( ) : string
TryStartUpMove ( ) : System.Collections.Generic
Undo ( Game game ) : void

비공개 메소드들

메소드 설명
TryStartUpMove ( bool isSuccessful ) : System.Collections.Generic

메소드 상세

ApplyTo() 공개 메소드

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

IsLegalToApply() 공개 메소드

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

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

TryStartUpMove() 공개 메소드

public TryStartUpMove ( ) : System.Collections.Generic
리턴 System.Collections.Generic

Undo() 공개 메소드

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

프로퍼티 상세

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

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