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