Build viewer/editor #13

Manually merged
williamjcm merged 128 commits from mass-viewer into master 2022-03-02 14:50:10 +01:00
Showing only changes of commit 353a71d8ab - Show all commits

View file

@ -49,7 +49,6 @@ enum class DamageType {
}; };
struct Weapon { struct Weapon {
Weapon() = default; Weapon() = default;
Weapon(const Weapon& other); Weapon(const Weapon& other);