Difference between revisions of "Unification Java plugin API"

From Wikiid
Jump to: navigation, search
(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 ...)
(No difference)

Revision as of 10:02, 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: