Stendhal code design: Difference between revisions

From Arianne
Jump to navigation Jump to search
imported>Chad3f
No edit summary
 
imported>Chad3f
No edit summary
(No difference)

Revision as of 01:09, 26 April 2007


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