Difference between revisions of "Unification Java plugin API"
From Wikiid
SteveBaker (Talk | contribs) (New page: All objects in Unification are controlled by Java plugins. The interface to the game is built into 'class GameInterface' and all plugins are required to derive from that class. This ...) |
SteveBaker (Talk | contribs) |
||
Line 4: | Line 4: | ||
This document explains the things that GameInterface provides: | This document explains the things that GameInterface provides: | ||
+ | |||
+ | {{Unification}} |
Latest revision as of 10:03, 16 February 2008
All objects in Unification are controlled by Java plugins.
The interface to the game is built into 'class GameInterface' and all plugins are required to derive from that class.
This document explains the things that GameInterface provides:
Wikiid Pages relating to Unification (edit) |
Unification - Main page |
Unification - Controls |
Unification - Levels : |
Unification - Java Plugins :
|
Unification - Source Code Documentation : |