Protocol
EntityVarsMsg
generated from the sources
Struct in namespace
Nebula · Packages/com.1by3.nebula/Runtime/Protocol/Messages.cspublic struct EntityVarsMsgFields
NetId
public ulong NetId;Epoch
public uint Epoch;Vars
public byte[] Vars;Methods
Write
public void Write(NetworkWriter w, MsgId id);Read
public static EntityVarsMsg Read(NetworkReader r);