merged develop

This commit is contained in:
Hanusiak Piotr
2021-12-15 15:23:21 +01:00
177 changed files with 5904 additions and 2328 deletions
+1
View File
@@ -10,6 +10,7 @@ export const isGameStateEvent = new tg.IsInterface()
tags: tg.isArray(tg.isString),
variables: tg.isObject,
playerVariables: tg.isObject,
userRoomToken: tg.isUnion(tg.isString, tg.isUndefined),
})
.get();
/**