示例#1
0
 public ApproachSpider(Story story) : base(story)
 {
     Title = "Do you try to fight it?";
 }
示例#2
0
 public void Yes()
 {
     Story = new Story();
     Story.Progress(typeof(PickUpStick));
 }
示例#3
0
 public GlowingObject(Story story) : base(story)
 {
 }