Esempio n. 1
0
    static void ReceviceVerificationMsg(SyncSession session, VerificationMsg msg)
    {
        ConnectionComponent connectComp = session.m_connect;

        if (connectComp != null)
        {
            WorldBase world = connectComp.Entity.World;
        }
    }
    static void ReceviceVerificationMsg(SyncSession session, VerificationMsg msg)
    {
        ConnectionComponent connectComp = session.m_connect;

        if (connectComp != null)
        {
            WorldBase world = connectComp.Entity.World;

            //if(world.GetHash() == msg.hash)
            //{

            //}
            //else
            //{

            //}
        }
    }