Example #1
0
 public TriforceShard(LegendOfZelda game)
 {
     sprite    = ItemSpriteFactory.GetTriforceShard();
     Hitbox    = sprite.Box;
     this.game = game;
 }