Major networking refactoring to allow for snapshot filtering outside of netcode
This commit is contained in:
@@ -11,9 +11,9 @@ struct ComponentInfo
|
||||
{
|
||||
std::string Annotation;
|
||||
unsigned int Allocation = 0;
|
||||
bool NetworkReplicated = false;
|
||||
std::map<std::string, std::string> FieldAnnotations;
|
||||
std::map<std::string, std::map<std::string, EnumType>> FieldEnumDefinitions;
|
||||
bool NetworkReplicated = true;
|
||||
};
|
||||
|
||||
struct Field_t
|
||||
|
||||
Reference in New Issue
Block a user