Пример #1
0
 private CPool(IOutputter outputter) : this(null, outputter)
 {
     properties.Add(ArrayProperty.Create("CharacterPool", 0));
     properties.Add(StrProperty.Create("PoolFileName", "Unsaved Pool"));
     IsDirty = true;
 }