Exemple #1
0
 void Update()
 {
     if (input != null)
     {
         input.DoUpdate(agent);
     }
 }