Beispiel #1
0
 public Item[] drops()
 {
     Item drop = new Tile(new SolidBlock(primary));
     return new Item[] { drop };
 }
Beispiel #2
0
 public Item[] drops()
 {
     Item drop = new Tile(new SolidBlock(material));
     return new Item[] { drop };
 }