Fjerner testobjekter for nettverk

This commit is contained in:
Kristian Knarvik 2020-04-07 14:17:01 +02:00
parent 70bcfd4660
commit 952ff7b9a8
2 changed files with 0 additions and 16 deletions

View File

@ -1,8 +0,0 @@
package inf112.fiasko.roborally.networking;
/**
* Represents a request to the server
*/
public class SomeRequest {
public String text;
}

View File

@ -1,8 +0,0 @@
package inf112.fiasko.roborally.networking;
/**
* Represents a response from a client
*/
public class SomeResponse {
public String text;
}