X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Fcarfire;a=blobdiff_plain;f=CarFire%2FCarFire%2FCarFire%2FSaberMonster.cs;h=91d82a093f495a666c07f9aa65c71f8dc3154fcc;hp=ce5916987a472986505a8c5f2c6284c2f89f14b5;hb=f67652c2fe85f9ba6c71dedbab26760775004e00;hpb=398bc41a3075cfa9c9ad5dc607a86c56a4e7e913 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(); } ///