Fix serialize error
This commit is contained in:
@@ -1,8 +1,11 @@
|
|||||||
package pp.mdga.message.server;
|
package pp.mdga.message.server;
|
||||||
|
|
||||||
|
import com.jme3.network.serializing.Serializable;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* A message sent by the server to indicate that the client is now a spectator.
|
* A message sent by the server to indicate that the client is now a spectator.
|
||||||
*/
|
*/
|
||||||
|
@Serializable
|
||||||
public class SpectatorMessage extends ServerMessage {
|
public class SpectatorMessage extends ServerMessage {
|
||||||
/**
|
/**
|
||||||
* Constructor
|
* Constructor
|
||||||
|
|||||||
Reference in New Issue
Block a user