Skip to content

Commit

Permalink
update CAPI/cpp/API/include
Browse files Browse the repository at this point in the history
  • Loading branch information
sigureling committed Oct 28, 2023
1 parent 295ed40 commit c85f4eb
Show file tree
Hide file tree
Showing 2 changed files with 170 additions and 171 deletions.
5 changes: 1 addition & 4 deletions CAPI/cpp/API/include/API.h
Original file line number Diff line number Diff line change
Expand Up @@ -87,10 +87,7 @@ class IAPI

//
virtual std::future<bool> InstallCollectorModule(const THUAI7::CollectorType type) = 0;
virtual std::future<bool> InstallArmorModule(const THUAI7::ArmorType type) = 0;
virtual std::future<bool> InstallShieldModule(const THUAI7::ShieldType type)=0;
virtual std::future<bool> InstallBuilderModule(const THUAI7::BuilderType type) = 0;
virtual std::future<bool> InstallBulletModule(const THUAI7::BulletType type) = 0;
virtual std::future<bool> InstallModule(const THUAI7::Module type) = 0;
virtual std::future<bool> Attack(double angleInRadian) = 0;
virtual std::future<bool> EndAllAction() = 0;

Expand Down
Loading

0 comments on commit c85f4eb

Please sign in to comment.