Exemplo n.º 1
0
 public KnifePlatform(int xLocation, int yLocation)
     : base(xLocation, yLocation)
 {
     itemType    = new KnifeI().GetType();
     goodGraphic = Textures.textures["knifePlatform"];
     badGraphic  = Textures.textures["knifePlatform"];
 }
Exemplo n.º 2
0
 public KnifePlatform(int xLocation, int yLocation)
     : base(xLocation, yLocation)
 {
     itemType = new KnifeI().GetType();
     goodGraphic = Textures.textures["knifePlatform"];
     badGraphic = Textures.textures["knifePlatform"];
 }
Exemplo n.º 3
0
 public override void makeInventoryItem()
 {
     inventoryItem = new KnifeI();
 }
Exemplo n.º 4
0
 public override void makeInventoryItem()
 {
     inventoryItem = new KnifeI();
 }