Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
文件
Clone or Download
ActionModels.json 580 Bytes
Copy Edit Raw Blame History
yu_xiaohan authored 2024-07-01 22:41 . first push
{
"MoveAction":
{
"ObjID": "int",
"Type": "string", // "Move"
"MovePath": "List<int[]>"
},
"ShootAction":
{
"ObjID": "int",
"Type": "string", // "Shoot"
"TargetObjID": "int",
"Weapon": "string"
},
"OccupyAction":
{
"ObjID": "int",
"Type": "string" // "Occupy"
},
"ChangeStateAction":
{
"ObjID": "int",
"Type": "string",
"TargetState": "string"
},
"StopMoveAction":
{
"ObjID": "int",
"Type": "string"
},
"WeaponLockAction":
{
"ObjID": "int",
"Type": "string"
},
"WeaponUnfoldAction":
{
"ObjID": "int",
"Type": "string"
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化