~starkingdoms/starkingdoms

ref: f0d9056a1651cd787c7072195e17597cffa022ca starkingdoms/crates/kabel/test/syntax/function.kab -rw-r--r-- 49 bytes
f0d9056a — core netcode: fix attachment, enable all events again 4 days ago
                                                                                
1
2
3
function foo(one, two) {
    return one + two;
}