Exemplo n.º 1
0
 public DoThen(SceneConfig.SceneThen then)
 {
     Then = then;
 }
Exemplo n.º 2
0
 public ThenDoneEvent(SceneConfig.SceneThen then)
 {
     Then = then;
 }