diff options
author | chai <215380520@qq.com> | 2024-04-19 19:26:33 +0800 |
---|---|---|
committer | chai <215380520@qq.com> | 2024-04-19 19:26:33 +0800 |
commit | 8adc4c6436fdfbea3f6fef33d7583bee523f4a12 (patch) | |
tree | e2eeea58f82f83b6a6f7dec235a19b2874f8cf38 /Assembly_CSharp/GamePlay/Waypoint.cs | |
parent | f62579ff513f3ce1dc9968055779e1863cebbfb2 (diff) |
Diffstat (limited to 'Assembly_CSharp/GamePlay/Waypoint.cs')
-rw-r--r-- | Assembly_CSharp/GamePlay/Waypoint.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Assembly_CSharp/GamePlay/Waypoint.cs b/Assembly_CSharp/GamePlay/Waypoint.cs index b250079..2623da2 100644 --- a/Assembly_CSharp/GamePlay/Waypoint.cs +++ b/Assembly_CSharp/GamePlay/Waypoint.cs @@ -1,6 +1,7 @@ using System.Collections.Generic; using UnityEngine; +//cs Waypoint ᵋ public class Waypoint : MonoBehaviour { [SerializeField] |