Frame/Assets/Scripts/WayPointFlag.cs

9 lines
103 B
C#
Raw Normal View History

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