예제 #1
0
 public KnifePlatform(int xLocation, int yLocation)
     : base(xLocation, yLocation)
 {
     itemType    = new KnifeI().GetType();
     goodGraphic = Textures.textures["knifePlatform"];
     badGraphic  = Textures.textures["knifePlatform"];
 }
예제 #2
0
 public KnifePlatform(int xLocation, int yLocation)
     : base(xLocation, yLocation)
 {
     itemType = new KnifeI().GetType();
     goodGraphic = Textures.textures["knifePlatform"];
     badGraphic = Textures.textures["knifePlatform"];
 }
예제 #3
0
파일: Knife.cs 프로젝트: ferg060129/Toggle
 public override void makeInventoryItem()
 {
     inventoryItem = new KnifeI();
 }
예제 #4
0
 public override void makeInventoryItem()
 {
     inventoryItem = new KnifeI();
 }