Browse Source

fix: 🐛 fix wrong spelling

tags/0.1.0
DragonAura 3 years ago
parent
commit
b0ca514799
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      CAPI/API/include/API.h

+ 1
- 1
CAPI/API/include/API.h View File

@@ -118,7 +118,7 @@ public:
virtual std::future<bool> CarryHuman() = 0; virtual std::future<bool> CarryHuman() = 0;
virtual std::future<bool> ReleaseHuman() = 0; virtual std::future<bool> ReleaseHuman() = 0;
virtual std::future<bool> HangHuman() = 0; virtual std::future<bool> HangHuman() = 0;
[[nodiscard]] virtual std::shared_ptr<const THUAI6::Buthcer> GetSelfInfo() const = 0;
[[nodiscard]] virtual std::shared_ptr<const THUAI6::Buthcer> ButcherGetSelfInfo() const = 0;


/*****选手可能用的辅助函数*****/ /*****选手可能用的辅助函数*****/




Loading…
Cancel
Save