forked from zxl/Frame
1
0
Fork 0
Frame/Assets/Scripts/WayPointFlag.cs

8 lines
89 B
C#
Raw Normal View History

2024-04-04 23:51:14 +08:00
using UnityEngine;
namespace Game;
public class WayPointFlag: MonoBehaviour
{
}