switch to using compat

This commit is contained in:
Jettford
2024-12-11 15:39:57 +00:00
parent 4133008d9c
commit ba2c692565
3 changed files with 8 additions and 25 deletions

View File

@@ -8,7 +8,7 @@ class AMFArrayValue;
/**
* @brief Sent when a player moves a Behavior A at position B to their inventory.
*/
#pragma message("This Control Behavior Message does not have a test yet. Non-developers can ignore this warning.")
#pragma message("MoveToInventory.h This Control Behavior Message does not have a test yet. Non-developers can ignore this warning.")
class MoveToInventoryMessage : public BehaviorMessageBase {
public:
MoveToInventoryMessage(const AMFArrayValue& arguments);