about summary refs log tree commit diff stats
path: root/data/maps/daedalus/rooms/Pumpkin Entrance.txtpb
blob: a7467463a31b106b158bdd2909b117c6d7a96bae (plain) (blame)
1
2
3
4
5
6
7
8
name: "Pumpkin Entrance"
panel_display_name: "East Area"
panels {
  name: "JACK"
  path: "Panels/Pumpkin Room/pumpkin_2"
  clue: "jack"
  answer: "lantern"
}
s="cm">/* * To change this template, choose Tools | Templates * and open the template in the editor. */ package com.fourisland.instadisc.Database; import com.sleepycat.persist.model.Entity; import com.sleepycat.persist.model.PrimaryKey; /** * * @author hatkirby */ @Entity public class OldVerID { @PrimaryKey private Integer ID; public void setID(Integer ID) { this.ID = ID; } public Integer getID() { return ID; } }