Classes | |
| class | Controller |
| Container for all the user input that is sent to the server. More... | |
| class | Coordinate |
| Container for a single 3-dimensional point (X, Y, Z). More... | |
| class | Cube |
| Container for all cube data needed to draw it. More... | |
| class | Network |
| class | Player |
| Container for all player data needed by the server. More... | |
| class | ServerCube |
| Cube class enhanced with data needed by the server. More... | |
Enumerations | |
| enum | ControllerKey { KEY_ATTACK, KEY_DOWN, KEY_JUMP, KEY_LEFT, KEY_RESET, KEY_RIGHT, KEY_UP } |
Definition at line 22 of file Controller.cs.
1.5.6