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