Beispiel #1
0
 public void spawnEnemiesRight()
 {
     rightHandController.CreateIndicator(player.transform.position);
     //Craig Added learning
     BlockLearn.Data.Add(new NaiveBayesLearning.InformationModel()
     {
         Lable    = "Spawn",
         Features = new List <string>()
         {
             "Initiated", "Attack"
         }
     });
 }