Files
2024-11-09 12:49:46 +08:00

11 lines
207 B
C#

using System.Collections;
using System.Collections.Generic;
using UnityEngine;
namespace MeadowGames.UINodeConnect4.UICContextMenu
{
public class EmptyContextItem : ContextItem
{
}
}