Ejemplo n.º 1
0
 public WorldTilemapStructureChange(WorldBase parent, TilemapChange change)
     : base(parent)
 {
     _change = change ?? throw new ArgumentNullException(nameof(change));
 }