public SirenCustomClass(Type type, SirenClassAttribute attribute) { Type = type; Attribute = attribute; Fields = new List <SirenField>(); FieldNameDict = new Dictionary <string, SirenField>(); FieldIdDict = new Dictionary <ushort, SirenField>(); }
public SirenCustomClass(Type type, SirenClassAttribute attribute) { Type = type; Attribute = attribute; Fields = new List<SirenField>(); FieldNameDict = new Dictionary<string, SirenField>(); FieldIdDict = new Dictionary<ushort, SirenField>(); }