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