Skip to content
Snippets Groups Projects
Commit 84b5611c authored by Ryan Hoppe (rmh898)'s avatar Ryan Hoppe (rmh898)
Browse files

Changing a mistake made upon upload

parent b6fbd361
No related branches found
No related tags found
No related merge requests found
......@@ -61,7 +61,7 @@ public class EnemyAI : MonoBehaviour {
return true;
}
}
*/
//makes a random decision with a 75% true return and a 25% false return
public bool randomDecision75()
{
......@@ -73,7 +73,7 @@ public class EnemyAI : MonoBehaviour {
else return true;
}
*/
// Actions
public void a_attack() {
Debug.Log("attacking");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment