Exemple #1
0
 public WorkSummary(int rawIndex, EventWork7b ew, string text)
 {
     Type  = ew.GetFlagType(rawIndex, out var subIndex);
     Index = subIndex;
     Raw   = rawIndex;
     Text  = text;
 }
Exemple #2
0
 public FlagSummary(int rawIndex, EventWork7b ew)
 {
     Type  = ew.GetFlagType(rawIndex, out var subIndex);
     Index = subIndex;
     Raw   = rawIndex;
 }