Stendhal code design

Revision as of 01:09, 26 April 2007 by imported>Chad3f


Client

Entities

Entity's are created using EntityFactory.createEntity():

RPObject object = ...

Entity entity = EntityFactory.createEntity(object);

  ...

// Done with entity - free up resources
entity.release();


Sound System

Server