From 81330a6b68d307937c262368a42a3fa4e9ad4207 Mon Sep 17 00:00:00 2001 From: chai <215380520@qq.com> Date: Thu, 23 May 2024 10:10:23 +0800 Subject: + NavMeshTest --- Other/NavMeshTest/Assets/Scripts/Prop/Gate.cs | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 Other/NavMeshTest/Assets/Scripts/Prop/Gate.cs (limited to 'Other/NavMeshTest/Assets/Scripts/Prop/Gate.cs') diff --git a/Other/NavMeshTest/Assets/Scripts/Prop/Gate.cs b/Other/NavMeshTest/Assets/Scripts/Prop/Gate.cs new file mode 100644 index 0000000..3104b32 --- /dev/null +++ b/Other/NavMeshTest/Assets/Scripts/Prop/Gate.cs @@ -0,0 +1,18 @@ +using System.Collections; +using System.Collections.Generic; +using UnityEngine; + +public class Gate : MonoBehaviour +{ + // Start is called before the first frame update + void Start() + { + + } + + // Update is called once per frame + void Update() + { + + } +} -- cgit v1.1-26-g67d0