Package marauroa.server.game.python
Class PythonWorld
java.lang.Object
marauroa.server.game.python.PythonWorld
This class is a abstract class for you to inherit in in Python. You can
implement onInit and onFinish methods to define the behaviour to do when
server init and server shutdown.
- Author:
- miguel
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
PythonWorld
public PythonWorld()
-
-
Method Details
-
onInit
public void onInit()Called on server start up -
onFinish
public void onFinish()Called on server shutdown
-