C# Class JessTheseusMinotaur.Thing

Afficher le fichier Open project: ZachChristensen/Theseus-and-the-Minotaur

Méthodes publiques

Свойство Type Description
column int
myGame Game
row int

Méthodes publiques

Méthode Description
SetGame ( Game aGame ) : void
Thing ( int aColumn, int aRow ) : System

Method Details

SetGame() public méthode

public SetGame ( Game aGame ) : void
aGame Game
Résultat void

Thing() public méthode

public Thing ( int aColumn, int aRow ) : System
aColumn int
aRow int
Résultat System

Property Details

column public_oe property

public int column
Résultat int

myGame public_oe property

public Game,JessTheseusMinotaur myGame
Résultat Game

row public_oe property

public int row
Résultat int