Frame/Assets/Scripts/Data/Response/S2C_ExitGame.cs

6 lines
79 B
C#
Raw Normal View History

2024-05-05 17:02:33 +08:00
namespace Game.Data
{
public class S2C_ExitGame : Response
{
}
}