Added initial version

This commit is contained in:
Ceikry 2021-03-07 20:37:32 -06:00
commit b452bd670c
13290 changed files with 1178433 additions and 0 deletions

17
dumps/scripts/278.cs2 Normal file
View file

@ -0,0 +1,17 @@
string script_278(int arg0) {
switch (arg0) {
case 1:
return "Standard";
case 3:
return "Large";
case 2:
return "Slim";
case 6:
return "Double";
case 5:
return "Wood";
case 4:
return "Bone";
}
return "Unknown hook";
}