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