mirror of
https://github.com/kuitoi/kuitoi-Server.git
synced 2025-08-18 00:35:36 +00:00
CreateTimer
This commit is contained in:
parent
b8326ecdf8
commit
91c9cd8454
@ -15,7 +15,6 @@ from core import get_logger
|
|||||||
class MP:
|
class MP:
|
||||||
|
|
||||||
# In ./in_lua.lua
|
# In ./in_lua.lua
|
||||||
# MP.CreateTimer
|
|
||||||
# MP.Sleep
|
# MP.Sleep
|
||||||
|
|
||||||
def __init__(self, name: str, lua: LuaRuntime):
|
def __init__(self, name: str, lua: LuaRuntime):
|
||||||
@ -38,6 +37,10 @@ class MP:
|
|||||||
s = " ".join(map(str, args))
|
s = " ".join(map(str, args))
|
||||||
self.log.info(s)
|
self.log.info(s)
|
||||||
|
|
||||||
|
def CreateTimer(self):
|
||||||
|
self.log.debug("request CreateTimer()")
|
||||||
|
# TODO: CreateTimer
|
||||||
|
|
||||||
def GetOSName(self) -> str:
|
def GetOSName(self) -> str:
|
||||||
self.log.debug("request MP.GetOSName()")
|
self.log.debug("request MP.GetOSName()")
|
||||||
pl = platform.system()
|
pl = platform.system()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user