Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/src/api/GameState.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/api/GameState.py')
-rw-r--r--src/api/GameState.py6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/api/GameState.py b/src/api/GameState.py
index ffba526..d425820 100644
--- a/src/api/GameState.py
+++ b/src/api/GameState.py
@@ -3,11 +3,13 @@
class CGameState(object):
def init(self):
- print "CGameState init"
+ pass
+ #print "CGameState init"
def update(self):
pass
#print "CGameState update"
def destroy(self):
- print "CGameState destroy"
+ pass
+ #print "CGameState destroy"