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

6 lines
79 B
C#

namespace Game.Data
{
public class S2C_ExitGame : Response
{
}
}