Files
TEngine/UnityProject/Assets/GameScripts/HotFix/GameProto/GameProto_Empty.cs
ALEXTANG 8c3d6308b9 Init TEngine4.0.0
Init TEngine4.0.0
2023-10-08 15:21:33 +08:00

11 lines
158 B
C#

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