Skip to content

Commit

Permalink
feat: add IsStart flag
Browse files Browse the repository at this point in the history
  • Loading branch information
SSelinn committed Jun 12, 2024
1 parent 4802afd commit 23941c7
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions aplib.net-demo/Assets/Scripts/Tiles/Tile.cs
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,11 @@ public abstract class Tile
/// </summary>
public GameObject GameObject { get; set; }

/// <summary>
/// Flags the starting tile.
/// </summary>
public bool IsStart { get; set; }

/// <summary>
/// The direction in which the front of the tile should face.
/// </summary>
Expand Down

0 comments on commit 23941c7

Please sign in to comment.