Server/dumps/scripts/1281.cs2
2021-03-07 20:37:32 -06:00

9 lines
214 B
Text

void script_1281(int arg0,int arg1,int arg2,int arg3) {
if (arg2 == -1) {
script_1280(arg0, arg1, arg3, arg1);
return;
}
script_1280(arg0, arg1, arg3, arg2);
script_1280(arg0, arg2, arg3, arg1);
return;
}