Exemple #1
0
 public void Construct(SumoAnimator _animator,
                       SumoControls _controls,
                       Sumo _sumoModel,
                       Game _game)
 {
     m_animator  = _animator;
     m_controls  = _controls;
     m_sumoModel = _sumoModel;
     m_game      = _game;
 }
Exemple #2
0
 public void Construct(SumoBehaviour _sumoBehaviour,
                       SumoAnimator _sumoAnimator)
 {
     m_sumoBehaviour = _sumoBehaviour;
     m_sumoAnimator  = _sumoAnimator;
 }