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:
parent
70bcfd4660
commit
952ff7b9a8
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;
|
|
||||||
}
|
|
Loading…
x
Reference in New Issue
Block a user