Toggle navigation
Hot Examples
ES
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Buscar
Inicio
JessTheseusMinotaur
Thing
C# Class JessTheseusMinotaur.Thing
Mostrar archivo
Open project: ZachChristensen/Theseus-and-the-Minotaur
Public Properties
Property
Type
Description
column
int
myGame
Game
row
int
Public Methods
Method
Description
SetGame
(
Game
aGame
) :
void
Thing
(
int
aColumn
,
int
aRow
) :
System
Method Details
SetGame()
public
method
public
SetGame
(
Game
aGame
) :
void
aGame
Game
return
void
Thing()
public
method
public
Thing
(
int
aColumn
,
int
aRow
) :
System
aColumn
int
aRow
int
return
System
Property Details
column
public_oe property
public
int
column
return
int
myGame
public_oe property
public
Game,JessTheseusMinotaur
myGame
return
Game
row
public_oe property
public
int
row
return
int