feat.初步完成跨平台移植的初始化部分

This commit is contained in:
MistEO
2021-12-25 17:48:20 +08:00
parent 077c8fa734
commit 8658395fee
30 changed files with 3774 additions and 3592 deletions

View File

@@ -10,7 +10,7 @@ class Message(Enum):
注释部分仅展示常用消息的回调JSON格式完全的回调JSON请参考C++侧实现代码
"""
PtrIsNull = auto()
PtrIsNull = 0
"""
指针为空
"""