public TextureDictionaryParentDef(string line)
     : base(line)
 {
     TextureDictionary.AddParent(GetString(0), GetString(1));
 }