8 lines
198 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 ViewResponse {
public ServiceManagerTotal state;
}
}