Files

9 lines
154 B
C#
Raw Permalink Normal View History

2025-10-31 15:20:38 +08:00
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
public class ShowPointInfo : MonoBehaviour
{
public ShowPoint Info;
}