]> Dogcows Code - chaz/carfire/blobdiff - CarFire/CarFire/CarFire/SaberMonster.cs
Scoring implemented, melee attack implemented.
[chaz/carfire] / CarFire / CarFire / CarFire / SaberMonster.cs
index ce5916987a472986505a8c5f2c6284c2f89f14b5..91d82a093f495a666c07f9aa65c71f8dc3154fcc 100644 (file)
@@ -196,7 +196,9 @@ namespace CarFire
         /// </summary>\r
         public int Health\r
         {\r
-            get { throw new NotImplementedException(); }\r
+            //TODO do this right\r
+            get { return 0; }\r
+            //get { throw new NotImplementedException(); }\r
         }\r
 \r
         /// <summary>\r
@@ -205,7 +207,8 @@ namespace CarFire
         /// <param name="amount"></param>\r
         public void causeDamageTo(int amount)\r
         {\r
-            throw new NotImplementedException();\r
+            //TODO do this right\r
+            //throw new NotImplementedException();\r
         }\r
 \r
         /// <summary>\r
This page took 0.016891 seconds and 4 git commands to generate.