상속: BaseSirenAttribute
예제 #1
0
 public SirenCustomClass(Type type, SirenClassAttribute attribute)
 {
     Type          = type;
     Attribute     = attribute;
     Fields        = new List <SirenField>();
     FieldNameDict = new Dictionary <string, SirenField>();
     FieldIdDict   = new Dictionary <ushort, SirenField>();
 }
예제 #2
0
 public SirenCustomClass(Type type, SirenClassAttribute attribute)
 {
     Type = type;
     Attribute = attribute;
     Fields = new List<SirenField>();
     FieldNameDict = new Dictionary<string, SirenField>();
     FieldIdDict = new Dictionary<ushort, SirenField>();
 }