예제 #1
0
파일: bp-hook.py 프로젝트: Mzack9999/SPSE
 def __init__(self):
     BpHook.__init__(self)
예제 #2
0
 def __init__(self, buf):
     BpHook.__init__(self)
     self.buf = buf
예제 #3
0
파일: jabia.py 프로젝트: Remklep/GameTools
 def __init__(self, buf):
     BpHook.__init__(self)
     self.buf = buf
예제 #4
0
파일: spse4.py 프로젝트: ahsec/Python_Mod_1
 def __init__(self) :
   BpHook.__init__(self)