using GameServiceWarden.InteractionAPI.Module;

namespace GameServiceWarden.InteractionAPI.Communicable.Responses
{
    public struct ViewResponse {
        public ServiceManagerTotal state;
    }
}