C# Class TheseusMinotaur.Thing

Mostrar archivo Open project: ZachChristensen/Theseus-and-the-Minotaur

Public Properties

Property Type Description
Coordinate Point
myGame Game

Public Methods

Method Description
SetGame ( Game aGame ) : void
Thing ( int x, int y ) : System

Method Details

SetGame() public method

public SetGame ( Game aGame ) : void
aGame Game
return void

Thing() public method

public Thing ( int x, int y ) : System
x int
y int
return System

Property Details

Coordinate public_oe property

public Point Coordinate
return Point

myGame public_oe property

public Game,TheseusMinotaur myGame
return Game