This commit is contained in:
2025-03-23 10:51:55 +00:00
commit f11a45c8f9
94 changed files with 5026 additions and 0 deletions

View File

@@ -0,0 +1,32 @@
# AccountCargo 类函数文档
**类说明**
`AccountCargo`类用于表示游戏中的账号金库的各种属性和操作方法。
---
## 二、GetEmptySlot 函数
### 函数签名
- `function GetEmptySlot()`
### 返回值
- 整数,表示空格子的槽位。
### 说明
获取获取空格子。
---
## 三、InsertItem 函数
### 函数签名
- `function InsertItem()`
### 说明
存储物品。
---
## 四、SendItemList 函数
### 函数签名
- `function SendItemList()`
### 返回值
- 整数Flag。
### 说明
刷新列表。