9 lines
219 B
C#
9 lines
219 B
C#
using GameServiceWarden.InteractionAPI.Module;
|
|
|
|
namespace GameServiceWarden.InteractionAPI.Communicable.Requests
|
|
{
|
|
public struct ServiceRequest
|
|
{
|
|
public ServiceManagerAction serviceManagerAction;
|
|
}
|
|
} |