Unification Java plugin API
From Wikiid
Revision as of 10:02, 16 February 2008 by 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 ...)
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: