예제 #1
0
 public ApproachSpider(Story story) : base(story)
 {
     Title = "Do you try to fight it?";
 }
예제 #2
0
파일: Welcome.cs 프로젝트: tbm0115/Consoul
 public void Yes()
 {
     Story = new Story();
     Story.Progress(typeof(PickUpStick));
 }
예제 #3
0
 public GlowingObject(Story story) : base(story)
 {
 }