Closedown

This commit is contained in:
x07maop
2015-07-06 09:45:52 +02:00
parent 21664ac9ce
commit c2262d3176
+3
View File
@@ -4,6 +4,9 @@ class SimulatedEnergy(Writable):
return "Energy"
def write(self, value):
put(value)
def put(self, value):
global energy
energy = value