mirror of
https://github.com/SapphireServer/Sapphire.git
synced 2025-04-28 15:17:46 +00:00
Failed save...
This commit is contained in:
parent
0ed5c54504
commit
374bb5f889
1 changed files with 2 additions and 2 deletions
|
@ -2,10 +2,10 @@
|
||||||
#include "../ScriptObject.h"
|
#include "../ScriptObject.h"
|
||||||
#include <Actor/Player.h>
|
#include <Actor/Player.h>
|
||||||
|
|
||||||
class ActionSprint3 : public ActionScript
|
class ActionReturn6 : public ActionScript
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
ActionSprint3() : ActionScript( 3 )
|
ActionReturn6() : ActionScript( 6 )
|
||||||
{}
|
{}
|
||||||
|
|
||||||
void onCastFinish( Core::Entity::Player& player, Core::Entity::Chara& targetActor ) override
|
void onCastFinish( Core::Entity::Player& player, Core::Entity::Chara& targetActor ) override
|
||||||
|
|
Loading…
Add table
Reference in a new issue