X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=CarFire%2FCarFire%2FCarFire%2FSaberMonster.cs;h=91d82a093f495a666c07f9aa65c71f8dc3154fcc;hb=1959205421a9a20c48133f93102e467b0f8e26f8;hp=ce5916987a472986505a8c5f2c6284c2f89f14b5;hpb=d167160264cd2c33de81a71039eddbb959c40bb2;p=chaz%2Fcarfire diff --git a/CarFire/CarFire/CarFire/SaberMonster.cs b/CarFire/CarFire/CarFire/SaberMonster.cs index ce59169..91d82a0 100644 --- a/CarFire/CarFire/CarFire/SaberMonster.cs +++ b/CarFire/CarFire/CarFire/SaberMonster.cs @@ -196,7 +196,9 @@ namespace CarFire /// public int Health { - get { throw new NotImplementedException(); } + //TODO do this right + get { return 0; } + //get { throw new NotImplementedException(); } } /// @@ -205,7 +207,8 @@ namespace CarFire /// public void causeDamageTo(int amount) { - throw new NotImplementedException(); + //TODO do this right + //throw new NotImplementedException(); } ///