mirror of
https://github.com/inf112-v20/Fiasko.git
synced 2025-08-06 23:25:31 +02:00
Fjerner testobjekter for nettverk
This commit is contained in:
@@ -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;
|
|
||||||
}
|
|
Reference in New Issue
Block a user