From 0214ef19d4de64ba43360c07189967c3aa75a8c7 Mon Sep 17 00:00:00 2001 From: Justin Worthe Date: Sun, 20 Oct 2013 20:25:06 +0200 Subject: Removed unneeded (and commented) event handling code --- Entelect.BattleCity.Challenge/AiAgent.cs | 17 ----------------- 1 file changed, 17 deletions(-) (limited to 'Entelect.BattleCity.Challenge') diff --git a/Entelect.BattleCity.Challenge/AiAgent.cs b/Entelect.BattleCity.Challenge/AiAgent.cs index 56035e1..392202b 100644 --- a/Entelect.BattleCity.Challenge/AiAgent.cs +++ b/Entelect.BattleCity.Challenge/AiAgent.cs @@ -35,23 +35,6 @@ namespace Entelect.BattleCity.Challenge return null; } - /*if (game.events != null && game.events.unitEvents != null) - { - foreach (var unitEvent in game.events.unitEvents) - { - if (unitEvent.unit != null && unitEvent.unit.id == _tankId && unitEvent.bullet != null) - { - Console.WriteLine("Tank was shot"); - return null; - } - } - Console.WriteLine("No relevant events in unit events list", _tankId); - } - else - { - Console.WriteLine("No events in unit events list", _tankId); - }*/ - if (me.bullets != null) { foreach (var bullet in me.bullets) -- cgit v1.2.3