Add M12-only group constructor

This commit is contained in:
jeffman 2015-03-26 16:27:58 -04:00
parent 0a0b58be73
commit 6c01f253f2
1 changed files with 7 additions and 0 deletions

View File

@ -24,6 +24,13 @@ namespace ScriptToolGui
Refs.Add(Game.M12English, m12Ref);
}
public MatchedGroup(MainStringRef m12Ref)
: this()
{
Refs.Add(Game.M12, m12Ref);
Refs.Add(Game.M12English, m12Ref);
}
public override string ToString()
{
return String.Format("[{0:X3}] EB: {1} / [{2:X3}] M12: {3}",