Fjerner unødvendig konstruktør for OkayResponse

This commit is contained in:
Kristian Knarvik 2020-04-27 14:12:44 +02:00
parent 6c47f58858
commit cf8fabbd72

View File

@ -4,10 +4,4 @@ package inf112.fiasko.roborally.networking.containers;
* An empty response telling the client its request was fulfilled
*/
public class OkayResponse {
/**
* Empty constructor required by KryoNet. DO NOT REMOVE THIS!!!
*/
public OkayResponse() {
}
}