Sending NetEntityEvents from client to server, ItemComponent class doesn't implement the INetSerializable interfaces (only the derived classes do), reactor syncing
This commit is contained in:
@@ -25,7 +25,8 @@ namespace Barotrauma.Networking
|
||||
CHAT_MESSAGE, //also self-explanatory
|
||||
VOTE, //you get the idea
|
||||
CHARACTER_INPUT,
|
||||
ITEM_INTERACTION
|
||||
ITEM_INTERACTION,
|
||||
ENTITY_STATE
|
||||
}
|
||||
|
||||
enum ServerPacketHeader
|
||||
|
||||
Reference in New Issue
Block a user