Пример #1
0
 internal void pythonAddMethodCallRaw(ClientGamemain cgm, uint EntityID, uint MethodID, string pyObjString)
 {
 }
Пример #2
0
 internal void testOpc(ClientGamemain cgm)
 {
 }
Пример #3
0
 internal void entityMovementTest(ClientGamemain cgm, string pyObjString)
 {
 }
Пример #4
0
 internal void cellDomain_sendEntityMovement(ClientGamemain cgm, NetCompressedMovement movement)
 {
 }
 internal void PassClientToCharacterSelection(ClientGamemain cgm)
 {
 }
                    GAMEMAIN_STATE_RELIEVED = 3; // instance was passed to an other handler, we have to remove it asap

        #endregion Fields

        #region Methods

        internal ClientGamemain isolate(ClientGamemain cgm)
        {
            return null;
        }
 internal bool pass(MapChannel mapChannel, ClientGamemain cgm)
 {
     return false;
 }