C# Class JessTheseusMinotaur.Thing

Show file 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 property

public int column
return int

myGame public property

public Game,JessTheseusMinotaur myGame
return Game

row public property

public int row
return int