fix missing msgtypes
This commit is contained in:
parent
f6d57ced5c
commit
22f87eb182
1 changed files with 11 additions and 1 deletions
|
@ -5,7 +5,17 @@ from datetime import datetime
|
|||
|
||||
from direct.directnotify import DirectNotifyGlobal
|
||||
from direct.distributed.DistributedObjectGlobalUD import DistributedObjectGlobalUD
|
||||
from direct.distributed.PyDatagram import *
|
||||
from direct.distributed.PyDatagram import PyDatagram
|
||||
from direct.distributed.MsgTypes import (
|
||||
CLIENTAGENT_ADD_POST_REMOVE,
|
||||
CLIENTAGENT_CLEAR_POST_REMOVES,
|
||||
CLIENTAGENT_CLOSE_CHANNEL,
|
||||
CLIENTAGENT_EJECT,
|
||||
CLIENTAGENT_OPEN_CHANNEL,
|
||||
CLIENTAGENT_REMOVE_SESSION_OBJECT,
|
||||
CLIENTAGENT_SET_CLIENT_ID,
|
||||
STATESERVER_OBJECT_DELETE_RAM
|
||||
)
|
||||
|
||||
from otp.otpbase import OTPGlobals
|
||||
|
||||
|
|
Loading…
Reference in a new issue