mirror of
https://github.com/inf112-v20/Fiasko.git
synced 2025-06-26 19:24:43 +02:00
Fjerner unødvendig konstruktør for OkayResponse
This commit is contained in:
@ -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() {
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user