Ejemplo n.º 1
0
 void Start()
 {
     m_animator        = this.GetComponent <Animator>();
     m_creatureContext = this.GetComponent <CreatureContext>();
     movementXQueue    = new Queue <float>();
     movementYQueue    = new Queue <float>();
 }
Ejemplo n.º 2
0
 public CreaturesController(CreatureContext context)
 {
     _context = context;
 }