Files
SXDMystery/Assets/_SXDMystery/Scripts/Task/TreeTask/TreeTaskPoint.cs
2025-12-16 11:15:33 +08:00

9 lines
146 B
C#

using System.Collections;
using System.Collections.Generic;
using UnityEngine;
public class TreeTaskPoint : MonoBehaviour
{
public int id;
}