Created
June 13, 2025 16:09
-
-
Save wallstop/fd159a064a26f07c5b3a992176cbf2ee to your computer and use it in GitHub Desktop.
Hex - ITile
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| namespace World.Tiles | |
| { | |
| using Metadata; | |
| public interface ITilemapTile | |
| { | |
| public TilemapType TilemapType { get; } | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment