Lager en egen pakke for objekter som blir sendt over nettet

This commit is contained in:
Kristian Knarvik 2020-04-07 14:17:59 +02:00
parent 952ff7b9a8
commit e67ad0a939
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
package inf112.fiasko.roborally.networking;
package inf112.fiasko.roborally.networking.containers;
/**
* This class represents a response saying that something went wrong with the request

View File

@ -1,4 +1,4 @@
package inf112.fiasko.roborally.networking;
package inf112.fiasko.roborally.networking.containers;
import inf112.fiasko.roborally.objects.Player;