Files
TEngine/UnityProject/Assets/GameScripts/HotFix/GameProto/GameProto_Empty.cs
ALEXTANG f64bb37706 更新Demo
更新Demo
2023-12-20 12:08:25 +08:00

11 lines
158 B
C#

using System.Collections;
using System.Collections.Generic;
using UnityEngine;
namespace GameProto
{
public class GameProto_Empty
{
}
}