C# Class Dischord.Engine.Cell

Mostrar archivo Open project: jbrownbridge/Dischord Class Usage Examples

Public Methods

Method Description
Cell ( ) : System
Clear ( ) : void
addEntity ( System.Entity e ) : void

Method Details

Cell() public method

public Cell ( ) : System
return System

Clear() public method

public Clear ( ) : void
return void

addEntity() public method

public addEntity ( System.Entity e ) : void
e System.Entity
return void