14 lines
204 B
C#
Raw Normal View History

2025-09-08 14:51:28 +08:00
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
namespace SuperTreeView
{
public enum CustomEvent
{
ItemClicked,
ItemDoubleClicked,
}
}