feat:新增聚会房、狂欢房;

This commit is contained in:
max
2024-06-26 20:34:59 +08:00
parent 843a37ed97
commit afdf3093a1
19 changed files with 260 additions and 79 deletions

View File

@@ -45,6 +45,7 @@ object LogUtil {
e(tag, message + "\t\t" + cause, filePrinter)
}
@JvmStatic
fun d(tag: String, message: String, filePrinter: Boolean = false) {
log(Log.DEBUG, tag, message, filePrinter)
}