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