Exemplo n.º 1
0
 internal void setMachineAndContext(SKStateMachine <T> machine, T context)
 {
     _machine = machine;
     _context = context;
     onInitialized();
 }
Exemplo n.º 2
0
 internal void setMachineAndContext(SKStateMachine <T> machine, T context)
 {
     _machine = machine;
     _context = context;
 }