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