]> Dogcows Code - chaz/carfire/blobdiff - CarFire/CarFire/CarFire/SaberMonster.cs
New property IEntity.IsCollidable so entities can let the collision code know whether...
[chaz/carfire] / CarFire / CarFire / CarFire / SaberMonster.cs
index 2d711a4e812159e55fbecc72092528ee58a2e8df..a3507c87f6006642655594aaa009555cbc283f1c 100644 (file)
@@ -211,6 +211,8 @@ namespace CarFire
             this.health -= amount;\r
         }\r
 \r
+        public bool IsCollidable { get { return true; } }\r
+\r
         /// <summary>\r
         /// Get the smoothed position.\r
         /// </summary>\r
This page took 0.020562 seconds and 4 git commands to generate.