mirror of
https://github.com/DarkflameUniverse/DarkflameServer.git
synced 2025-08-04 09:44:10 +00:00
squash commits (#1479)
This commit is contained in:
@@ -12,7 +12,7 @@ class AMFArrayValue;
|
||||
*/
|
||||
class RemoveActionsMessage : public BehaviorMessageBase {
|
||||
public:
|
||||
RemoveActionsMessage(const AMFArrayValue* arguments);
|
||||
RemoveActionsMessage(const AMFArrayValue& arguments);
|
||||
|
||||
[[nodiscard]] int32_t GetActionIndex() const noexcept { return m_ActionIndex; }
|
||||
|
||||
|
Reference in New Issue
Block a user