Example #1
0
 public DoThen(SceneConfig.SceneThen then)
 {
     Then = then;
 }
Example #2
0
 public ThenDoneEvent(SceneConfig.SceneThen then)
 {
     Then = then;
 }