RolePlayingDesign: Difference between revisions

Content deleted Content added
No edit summary
No edit summary
Line 17:
* IRPRuleProcessor is the interface that you need to implement in order to personalize the actions to execute.
* RPWorld that is the class that you need to extend to implement the onInit and onFinish in order to personalize what happens when you init the server and what happens when you close the server.
* IRPZone is a interface that you ''could'' implement to achive the highest personalization possible of the engine, I would instead use MarauroaRPZone that implements our great feature Delta^2
<p>
 
=RPManager=