Ejemplo n.º 1
0
 public DiaryPlatform(int xLocation, int yLocation)
     : base(xLocation, yLocation)
 {
     itemType    = new DiaryI().GetType();
     goodGraphic = Textures.textures["diaryPlatformG"];
     badGraphic  = Textures.textures["diaryPlatformB"];
 }
Ejemplo n.º 2
0
 public DiaryPlatform(int xLocation, int yLocation)
     : base(xLocation, yLocation)
 {
     itemType = new DiaryI().GetType();
     goodGraphic = Textures.textures["diaryPlatformG"];
     badGraphic = Textures.textures["diaryPlatformB"];
 }
Ejemplo n.º 3
0
 public override void makeInventoryItem()
 {
     inventoryItem = new DiaryI();
 }
Ejemplo n.º 4
0
 public override void makeInventoryItem()
 {
     inventoryItem = new DiaryI();
 }