Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
onon1101 committed Apr 21, 2024
1 parent 5cb1ed8 commit 9360c2a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 115 deletions.
113 changes: 0 additions & 113 deletions .github/workflows/multi_system.yml

This file was deleted.

4 changes: 2 additions & 2 deletions include/Player/Equipment/Weapon/Component.h
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ struct Damage {
struct Settings {
explicit Settings(std::string &path, bool isThrow)
: imagePath(path),
isThrow(isThrow) {};
isThrow(isThrow){};

std::string imagePath;
bool isThrow;
Expand All @@ -48,7 +48,7 @@ struct TBaseWeapon : Damage, Settings {
std::string obsidian, int16t titan, std::string path,
bool isThrow)
: Damage(nor, blood, glass, golden, obsidian, titan),
Settings(path, isThrow) {};
Settings(path, isThrow){};
};
}; // namespace ToolSystem

Expand Down

0 comments on commit 9360c2a

Please sign in to comment.