forked from woofmeow/straywild
feat: advance paused action snapshots to protocol v7
This commit is contained in:
parent
4c55fb6a15
commit
ad1af31492
6 changed files with 71 additions and 15 deletions
|
|
@ -1,7 +1,7 @@
|
|||
class_name NetworkProtocol
|
||||
extends RefCounted
|
||||
|
||||
const PROTOCOL_VERSION: int = 6
|
||||
const PROTOCOL_VERSION: int = 7
|
||||
const GAME_BUILD: String = "prealpha"
|
||||
const MAX_GAME_VERSION_LENGTH: int = 64
|
||||
const MAX_DISPLAY_NAME_LENGTH: int = 24
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue