C# Class TheseusMinotaur.Thing

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

Méthodes publiques

Свойство Type Description
Coordinate Point
myGame Game

Méthodes publiques

Méthode Description
SetGame ( Game aGame ) : void
Thing ( int x, int y ) : System

Method Details

SetGame() public méthode

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

Thing() public méthode

public Thing ( int x, int y ) : System
x int
y int
Résultat System

Property Details

Coordinate public_oe property

public Point Coordinate
Résultat Point

myGame public_oe property

public Game,TheseusMinotaur myGame
Résultat Game