Files
MuHua-Core/Packages/Character/Runtime/Movement/MovementNavigation.cs
T
MuHua-123 9f56eff9c0 1
2025-03-11 23:45:41 +08:00

18 lines
330 B
C#

using System.Collections;
using System.Collections.Generic;
using UnityEngine;
namespace MuHua {
public class MovementNavigation : MonoBehaviour {
// Start is called before the first frame update
void Start() {
}
// Update is called once per frame
void Update() {
}
}
}