merge the new developmentbranch into the test branch #39

Closed
j23f0712 wants to merge 431 commits from development2 into dev/test
Showing only changes of commit e2a4f7f85c - Show all commits

View File

@@ -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