WXMC/.svn/pristine/a0/a0fdfb9fb5ebe984a279df143665e9bb264dda93.svn-base
2024-12-04 16:18:46 +08:00

19 lines
300 B
Plaintext

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