Files
TEngine/Assets/TEngine/Runtime/ClientSaveMgr/ClientSaveMgr.cs
ALEXTANG 5d9b3525d0 Update MonoUtility
Update MonoUtility
2022-08-04 10:37:23 +08:00

21 lines
334 B
C#

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