C# Class ZombieShooter.Grid

Show file Open project: Spectrewiz/Zombie-Shooter Class Usage Examples

Public Properties

Property Type Description
G int
Parent Point
Walkable bool

Public Methods

Method Description
Reset ( ) : void

Method Details

Reset() public method

public Reset ( ) : void
return void

Property Details

G public property

public int G
return int

Parent public property

public Point Parent
return Point

Walkable public property

public bool Walkable
return bool