~starkingdoms/starkingdoms

ref: 13ff574f3067094b9c252b6353fa0df5d6317624 starkingdoms/crates/kabel/test/syntax/function.kab -rw-r--r-- 49 bytes
13ff574f — core netcode: unreliable updates 7 days ago
                                                                                
1
2
3
function foo(one, two) {
    return one + two;
}