mirror of
https://github.com/inf112-v20/Fiasko.git
synced 2025-06-26 19:24:43 +02:00
Lager en egen pakke for objekter som blir sendt over nettet
This commit is contained in:
@ -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
|
@ -1,4 +1,4 @@
|
||||
package inf112.fiasko.roborally.networking;
|
||||
package inf112.fiasko.roborally.networking.containers;
|
||||
|
||||
import inf112.fiasko.roborally.objects.Player;
|
||||
|
Reference in New Issue
Block a user