Skip to content

Instantly share code, notes, and snippets.

@wallstop
Created June 13, 2025 16:09
Show Gist options
  • Select an option

  • Save wallstop/fd159a064a26f07c5b3a992176cbf2ee to your computer and use it in GitHub Desktop.

Select an option

Save wallstop/fd159a064a26f07c5b3a992176cbf2ee to your computer and use it in GitHub Desktop.
Hex - ITile
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