Ejemplo n.º 1
0
 public UsedBlockState(IBlock block)
 {
     this.block   = block;
     block.Sprite = TileSpriteFactory.CreateUsedBlockSprite();
 }