Files
WhaleAdventure_VR_Diet/Assets/HighlightPlus/Runtime/Scripts/HighlightRoot.cs
2026-06-26 23:53:39 +09:00

8 lines
108 B
C#

using UnityEngine;
namespace HighlightPlus {
public class HighlightRoot : MonoBehaviour {
}
}