同步官网文档8m_25d

This commit is contained in:
kwiilh
2025-08-25 18:36:29 +08:00
parent 4dc0ecf18d
commit 9e8855eeb4
5089 changed files with 8798 additions and 4799 deletions

View File

@@ -161,10 +161,10 @@ class CoroutineMgr(object):
然后修改ChatPart.py的代码如下
```python
from coroutineMgrGas import CoroutineMgr
from coroutineMgrGas import CoroutineMgr
def TickServer(self):
CoroutineMgr.Tick()
@@ -200,7 +200,7 @@ from coroutineMgrGas import CoroutineMgr
super(ChatPart, self).__init__()
self.name = "Chat"
self.message = "摧毁"
def OnServerChat(self, args):
if args["message"] == self.message:
......