]> Dogcows Code - chaz/carfire/blobdiff - CarFire/CarFire/CarFire/IEntity.cs
New IEntity properties: Coordinates (set), Identifier. Loadable entities should...
[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.017301 seconds and 4 git commands to generate.