diff --git a/aplib.net-demo/Assets/Scripts/Tiles/Tile.cs b/aplib.net-demo/Assets/Scripts/Tiles/Tile.cs index 657624d3..ce08d25a 100644 --- a/aplib.net-demo/Assets/Scripts/Tiles/Tile.cs +++ b/aplib.net-demo/Assets/Scripts/Tiles/Tile.cs @@ -13,6 +13,11 @@ public abstract class Tile /// public GameObject GameObject { get; set; } + /// + /// Flags the starting tile. + /// + public bool IsStart { get; set; } + /// /// The direction in which the front of the tile should face. ///