add constants for boat action of AnimatePacket

closes #2991
This commit is contained in:
Takuya Sawada 2019-07-02 18:55:13 +09:00 committed by Dylan K. Taylor
parent 3c7f68dc1e
commit ab4b1be363

View File

@ -35,6 +35,8 @@ class AnimatePacket extends DataPacket{
public const ACTION_STOP_SLEEP = 3;
public const ACTION_CRITICAL_HIT = 4;
public const ACTION_ROW_RIGHT = 128;
public const ACTION_ROW_LEFT = 129;
/** @var int */
public $action;