finished boat race

This commit is contained in:
2025-12-18 21:36:22 +01:00
parent 334e130cf6
commit b15c9c97b0
23 changed files with 58 additions and 7 deletions

View File

@@ -10,4 +10,11 @@ public class CommonProperties {
this.put("east", "true");
}
};
public static Map<String, String> fenceNorthSouth = new HashMap<>() {
{
this.put("north", "true");
this.put("south", "true");
}
};
}