1
0
mirror of https://github.com/inf112-v20/Fiasko.git synced 2025-03-05 01:29:47 +01:00

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
src/main/java/inf112/fiasko/roborally/networking

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

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