Exemplo n.º 1
0
    public override void handle(int opcode, SimpleJson.JsonObject json)
    {
        Debug.Log("TestHandler handle");
        TestPacket s = new TestPacket();

        s.antiSerialization(json);
        Debug.Log("success");
    }