mirror of
https://github.com/DarkflameUniverse/DarkflameServer.git
synced 2025-08-09 20:24:16 +00:00
squash commits (#1479)
This commit is contained in:
@@ -12,7 +12,7 @@ class AMFArrayValue;
|
||||
class Action {
|
||||
public:
|
||||
Action() = default;
|
||||
Action(const AMFArrayValue* arguments);
|
||||
Action(const AMFArrayValue& arguments);
|
||||
[[nodiscard]] const std::string& GetType() const { return m_Type; };
|
||||
[[nodiscard]] const std::string& GetValueParameterName() const { return m_ValueParameterName; };
|
||||
[[nodiscard]] const std::string& GetValueParameterString() const { return m_ValueParameterString; };
|
||||
|
Reference in New Issue
Block a user