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