mirror of
https://github.com/overte-org/overte.git
synced 2025-04-11 12:20:26 +02:00
Protocol change
This commit is contained in:
parent
4980c769c0
commit
af346f2ced
2 changed files with 2 additions and 1 deletions
BIN
interface/resources/qml/js/Utils.jsc
Normal file
BIN
interface/resources/qml/js/Utils.jsc
Normal file
Binary file not shown.
|
@ -199,7 +199,8 @@ QDebug operator<<(QDebug debug, const PacketType& type);
|
|||
enum class EntityVersion : PacketVersion {
|
||||
StrokeColorProperty = 77,
|
||||
HasDynamicOwnershipTests,
|
||||
HazeEffect
|
||||
HazeEffect,
|
||||
StaticCertJsonVersionOne
|
||||
};
|
||||
|
||||
enum class EntityScriptCallMethodVersion : PacketVersion {
|
||||
|
|
Loading…
Reference in a new issue