mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-15 06:46:08 +00:00
CAtomicBeta: Make skBombLocators an internal array
Like with CAtomicAlpha, we can also fully hide this array from external view by making it internally linked.
This commit is contained in:
@@ -13,7 +13,6 @@ class CWeaponDescription;
|
||||
|
||||
namespace urde::MP1 {
|
||||
class CAtomicBeta final : public CPatterned {
|
||||
static const std::string_view skBombLocators[3];
|
||||
static constexpr u32 kBombCount = 3;
|
||||
rstl::reserved_vector<TUniqueId, kBombCount> x568_projectileIds;
|
||||
bool x574_beamFired = false;
|
||||
|
||||
Reference in New Issue
Block a user