A game about forced loneliness, made by TACStudios
1using System;
2
3namespace UnityEditor.Tilemaps
4{
5 /// <summary>
6 /// This attribute adds a VisualElement with the EditorToolbarElement attribute
7 /// to the Overlay toolbar in the Tile Palette window.
8 /// </summary>
9 public class TilePaletteOverlayToolbarElementAttribute : Attribute
10 {
11 }
12}