Files
Airport/test/scripts/parent_engine_node.toy

11 lines
115 B
Plaintext

fn onInit() {
print "init called";
}
fn onStep() {
print "step called";
}
fn onFree() {
print "free called";
}