Beispiel #1
0
 void Update()
 {
     if (brain != null)
     {
         brain.Process();
     }
 }