C# Class JessTheseusMinotaur.Thing

显示文件 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