Exemple #1
0
 /** Starts the AI if it has been registered. */
 public final void initAIIfApplicable() {
   if (ai == null) {
     return;
   }
   ai.spawn();
 }