log only 5 min after game end + some type hinting :P
This commit is contained in:
parent
c2da0759b9
commit
870f827e49
9 changed files with 108 additions and 56 deletions
|
|
@ -15,6 +15,7 @@ export type Change = Array<any>
|
|||
|
||||
export type GameEvent = Array<any>
|
||||
|
||||
export type ServerEvent = Array<any>
|
||||
export type ClientEvent = Array<any>
|
||||
|
||||
export type EncodedPlayer = FixedLengthArray<[
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue