vision/ship/blackstar5.lua

8 lines
145 B
Lua
Raw Normal View History

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