mirror of
https://github.com/inf112-v20/Fiasko.git
synced 2025-01-31 23:29:36 +01:00
Fjerner unødvendig konstruktør for OkayResponse
This commit is contained in:
parent
6c47f58858
commit
cf8fabbd72
@ -4,10 +4,4 @@ package inf112.fiasko.roborally.networking.containers;
|
|||||||
* An empty response telling the client its request was fulfilled
|
* An empty response telling the client its request was fulfilled
|
||||||
*/
|
*/
|
||||||
public class OkayResponse {
|
public class OkayResponse {
|
||||||
|
|
||||||
/**
|
|
||||||
* Empty constructor required by KryoNet. DO NOT REMOVE THIS!!!
|
|
||||||
*/
|
|
||||||
public OkayResponse() {
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user