Beispiel #1
0
 public override Group Clone()
 => new Gan()
 {
     Key = Key, Tiles = Tiles.Clone() as Tile[], Type = Type, AddedIndex = AddedIndex, Added = Added
 };