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

13 lines
189 B
Text

string script_276(int arg0) {
switch (arg0) {
case 1:
return "Lake";
case 2:
return "River";
case 3:
return "Beach";
case 4:
return "Docks";
}
return "Waterfront";
}