Removed unused communicable body data structure.
This commit is contained in:
parent
1f9a2a4a5f
commit
2b5a43f95f
@ -1,7 +0,0 @@
|
|||||||
namespace GameServiceWarden.ClientAPI.Communicable.Requests
|
|
||||||
{
|
|
||||||
public struct ViewRequest
|
|
||||||
{
|
|
||||||
|
|
||||||
}
|
|
||||||
}
|
|
@ -31,7 +31,6 @@ namespace GameServiceWarden.Core.UI
|
|||||||
serviceExecutioner.ExecuteAction(delta.serviceManagerAction);
|
serviceExecutioner.ExecuteAction(delta.serviceManagerAction);
|
||||||
break;
|
break;
|
||||||
case CommunicableType.View:
|
case CommunicableType.View:
|
||||||
ViewRequest view = JsonSerializer.Deserialize<ViewRequest>(action.Item3);
|
|
||||||
serviceExecutioner.View();
|
serviceExecutioner.View();
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user