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