示例#1
0
 public RosePlatform(int xLocation, int yLocation)
     : base(xLocation, yLocation)
 {
     itemType    = new RoseI().GetType();
     goodGraphic = Textures.textures["rosePlatform"];
     badGraphic  = Textures.textures["rosePlatform"];
 }
示例#2
0
 public RosePlatform(int xLocation, int yLocation)
     : base(xLocation, yLocation)
 {
     itemType = new RoseI().GetType();
     goodGraphic = Textures.textures["rosePlatform"];
     badGraphic = Textures.textures["rosePlatform"];
 }
示例#3
0
文件: Rose.cs 项目: ferg060129/Toggle
 public override void makeInventoryItem()
 {
     inventoryItem = new RoseI();
 }
示例#4
0
文件: Rose.cs 项目: kmspies/Toggle
 public override void makeInventoryItem()
 {
     inventoryItem = new RoseI();
 }