Files
kubeinvaders/main/start_k3s.script
2020-12-26 12:44:43 +01:00

28 lines
438 B
Plaintext

function init(self)
-- Add initialization code here
-- Remove this function if not needed
end
function final(self)
-- Add finalization code here
-- Remove this function if not needed
end
function update(self, dt)
end
function on_message(self, message_id, message, sender)
end
function on_input(self, action_id, action)
end
function on_reload(self)
-- Add reload-handling code here
-- Remove this function if not needed
end