]> Dogcows Code - chaz/carfire/blobdiff - CarFire/CarFire/CarFire/IEntity.cs
git-svn-id: https://bd85.net/svn/cs3505_group@163 92bb83a3-7c8f-8a45-bc97-515c4e399668
[chaz/carfire] / CarFire / CarFire / CarFire / IEntity.cs
index e916f2a6e13c5de2e1860e724e0fa4132e771881..76dcc19a8a15b48e5617261aeefb2c05b2766670 100644 (file)
@@ -45,6 +45,11 @@ namespace CarFire
         /// <summary>\r
         /// Get the coordinates on the grid.\r
         /// </summary>\r
-        Point Coordinates { get; }\r
+        Point Coordinates { get; set; }\r
+\r
+        /// <summary>\r
+        /// Get the entity's identifier.\r
+        /// </summary>\r
+        char Identifier { get; }\r
     }\r
 }\r
This page took 0.021387 seconds and 4 git commands to generate.