Replace legacy checkBodyType with Zod
Start matchmaking integration Start rooms API Move existing room scene locations to roomtypes file Auth checkExpired util for client refreshing
This commit is contained in:
8
src/data/content/rooms.ts
Normal file
8
src/data/content/rooms.ts
Normal file
@@ -0,0 +1,8 @@
|
||||
class RoomsBase {
|
||||
|
||||
|
||||
|
||||
}
|
||||
|
||||
const Rooms = new RoomsBase();
|
||||
export default Rooms;
|
||||
Reference in New Issue
Block a user