mirror of
https://github.com/PrimeDecomp/prime.git
synced 2025-12-18 04:05:21 +00:00
@@ -55,6 +55,19 @@ public:
|
||||
bool UseSpecialAnimId() const { return x1c_25_overrideAnim; }
|
||||
};
|
||||
|
||||
//
|
||||
|
||||
class CBCGetupCmd : public CBodyStateCmd {
|
||||
pas::EGetupType x8_type;
|
||||
|
||||
public:
|
||||
explicit CBCGetupCmd() : CBodyStateCmd(kBSC_Getup), x8_type(pas::kGetup_Invalid) {}
|
||||
explicit CBCGetupCmd(pas::EGetupType type) : CBodyStateCmd(kBSC_Getup), x8_type(type) {}
|
||||
pas::EGetupType GetGetupType() const { return x8_type; }
|
||||
};
|
||||
|
||||
//
|
||||
|
||||
class CBCSlideCmd : public CBodyStateCmd {
|
||||
public:
|
||||
explicit CBCSlideCmd()
|
||||
|
||||
Reference in New Issue
Block a user