AnimatePacket: added a new constant

This commit is contained in:
Dylan K. Taylor 2020-04-17 01:57:20 +01:00
parent a6e79bedf5
commit 2e720b48d9

View File

@ -34,6 +34,7 @@ class AnimatePacket extends DataPacket{
public const ACTION_STOP_SLEEP = 3;
public const ACTION_CRITICAL_HIT = 4;
public const ACTION_MAGICAL_CRITICAL_HIT = 5;
public const ACTION_ROW_RIGHT = 128;
public const ACTION_ROW_LEFT = 129;