Unification Java plugin API

From Wikiid
Revision as of 11: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 ...)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

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: