C# Class MingStar.SimUniversity.Game.Move.BuildLinkMove

Inheritance: IPlayerMoveForUpdate, IBuildLinkMove
Afficher le fichier Open project: MingStar/SimUniversity

Méthodes publiques

Свойство Type Description
NeededStudents MingStar.SimUniversity.Contract.StudentGroup[]

Méthodes publiques

Méthode Description
ApplyTo ( Game game ) : void
BuildLinkMove ( EdgePosition where ) : System
IsLegalToApply ( Game game ) : bool
ToString ( ) : string
Undo ( Game game ) : void

Method Details

ApplyTo() public méthode

public ApplyTo ( Game game ) : void
game Game
Résultat void

BuildLinkMove() public méthode

public BuildLinkMove ( EdgePosition where ) : System
where MingStar.SimUniversity.Contract.EdgePosition
Résultat System

IsLegalToApply() public méthode

public IsLegalToApply ( Game game ) : bool
game Game
Résultat bool

ToString() public méthode

public ToString ( ) : string
Résultat string

Undo() public méthode

public Undo ( Game game ) : void
game Game
Résultat void

Property Details

NeededStudents public_oe static_oe property

public static StudentGroup[],MingStar.SimUniversity.Contract NeededStudents
Résultat MingStar.SimUniversity.Contract.StudentGroup[]