feat: 添加了Docstring
This commit is contained in:
@@ -1,3 +1,6 @@
|
||||
'''
|
||||
读取资源文件列表和路径
|
||||
'''
|
||||
import json
|
||||
|
||||
def readAssetsList() -> dict:
|
||||
|
||||
@@ -1,3 +1,6 @@
|
||||
'''
|
||||
读取卡牌定义文件列表和内容
|
||||
'''
|
||||
import json
|
||||
|
||||
def readCardList() -> dict:
|
||||
|
||||
@@ -1,3 +1,6 @@
|
||||
'''
|
||||
读取物质定义文件列表和内容
|
||||
'''
|
||||
import json
|
||||
|
||||
def readMatterList() -> dict:
|
||||
|
||||
@@ -1,3 +1,6 @@
|
||||
'''
|
||||
读取反应定义文件列表和内容
|
||||
'''
|
||||
import json
|
||||
|
||||
def readReactionList() -> dict:
|
||||
|
||||
Reference in New Issue
Block a user