Files
Net.Like.Xue.Tokyo/Packages-Local/Com.Project.B.Unity/CharacterController/CharacterUtils.cs
2025-06-24 23:49:13 +08:00

23 lines
387 B
C#

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