Club System

This commit is contained in:
2026-06-02 20:54:38 +02:00
parent f4dc336c88
commit 8eb94ff05d
44 changed files with 412 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
{
"api_romhackplaza_entry_.json": {
"hash": "5f1609f559980b44af09fd85c3b34a30"
},
"public_clubs_.json": {
"hash": "a10d34d7ce33cb577dc85906353d1bb2"
},
"public_romhackplaza_entry_.json": {
"hash": "2c40d7266fcc22a5727830a69af2360c"
}
}

View File

@@ -0,0 +1,11 @@
{
"route_type": "api",
"route_prefix": "romhackplaza_entry",
"sub_name": "",
"format": "",
"build_class": "",
"build_method": "",
"controller": "RomhackPlaza\\Master:Entry",
"context": "",
"action_prefix": ""
}

View File

@@ -0,0 +1,11 @@
{
"route_type": "public",
"route_prefix": "clubs",
"sub_name": "",
"format": "",
"build_class": "",
"build_method": "",
"controller": "RomhackPlaza\\Master:Club",
"context": "",
"action_prefix": ""
}

View File

@@ -0,0 +1,11 @@
{
"route_type": "public",
"route_prefix": "romhackplaza_entry",
"sub_name": "",
"format": ":int<id>",
"build_class": "",
"build_method": "",
"controller": "RomhackPlaza\\Master:Entry",
"context": "",
"action_prefix": ""
}