Merge branch 'duckietm:main' into main

This commit is contained in:
Lorenzune
2026-03-18 17:18:48 +01:00
committed by GitHub
38 changed files with 815 additions and 170 deletions
+1
View File
@@ -11,6 +11,7 @@ export interface IRoomData
tags: string[];
tradeState: number;
allowWalkthrough: boolean;
allowUnderpass: boolean;
lockState: number;
password: string;
allowPets: boolean;