vision/ship/ship.lua

7 lines
95 B
Lua
Raw Normal View History

2022-10-13 18:18:27 +02:00
Ship = Object.extend(Object)
function Ship:new()
self.name = "";
self.image = nil
end