9 lines
214 B
C#
Raw Normal View History

2021-04-21 02:00:50 -05:00
using GameServiceWarden.InteractionAPI.Module;
namespace GameServiceWarden.InteractionAPI.Communicable.Responses
{
public struct DeltaResponse
{
public ServiceManagerTotal gameServiceDelta;
}
}