lib/Gosuplus/entity.rb in Gosuplus-1.0.20 vs lib/Gosuplus/entity.rb in Gosuplus-1.0.21
- old
+ new
@@ -5,7 +5,11 @@
def initialize(pos, image)
@body = Body.new(pos, image.width, image.height)
@image = image
end
+
+ def update
+
+ end
end
end
\ No newline at end of file