示例#1
0
 public Variable(Guid id, Story story)
 {
     this._id    = id;
     this._story = story;
 }
示例#2
0
 public LuaHelper(Story story)
 {
     this._story = story;
 }