mirror of
https://github.com/PrimeDecomp/prime.git
synced 2025-12-12 18:46:08 +00:00
@@ -19,9 +19,9 @@ public:
|
||||
const rstl::reserved_vector< int, int(CPlayerState::kIT_Max) >& itemCounts,
|
||||
bool, bool, bool);
|
||||
|
||||
~CScriptSpawnPoint() override;
|
||||
void Accept(IVisitor&) override;
|
||||
void AcceptScriptMsg(EScriptObjectMessage, TUniqueId, CStateManager&) override;
|
||||
~CScriptSpawnPoint();
|
||||
void Accept(IVisitor&);
|
||||
void AcceptScriptMsg(EScriptObjectMessage, TUniqueId, CStateManager&);
|
||||
|
||||
const CTransform4f& GetTransform() const;
|
||||
int GetPowerup(const CPlayerState::EItemType&) const;
|
||||
|
||||
Reference in New Issue
Block a user