mirror of
https://github.com/inf112-v20/Fiasko.git
synced 2025-02-08 02:59:36 +01:00
Fjerner testobjekter for nettverk
This commit is contained in:
parent
70bcfd4660
commit
952ff7b9a8
@ -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