mirror of
https://github.com/SapphireServer/Sapphire.git
synced 2025-04-25 05:57:45 +00:00
15 lines
No EOL
397 B
C++
15 lines
No EOL
397 B
C++
//#include "../ScriptObject.h"
|
|
//
|
|
//class ActionScript3 : public ActionScript
|
|
//{
|
|
//public:
|
|
// ActionScript3() : ActionScript( "AbilityScript3", 3 )
|
|
// {}
|
|
//
|
|
// virtual void onCastFinish( Core::Entity::Player player, Core::Entity::ActorPtr targetActor )
|
|
// {
|
|
// player.addStatusEffectByIdIfNotExist( 50, 20000, player, 30 );
|
|
// }
|
|
//};
|
|
//
|
|
//EXPORT_ACTIONSCRIPT( ActionScript3 )
|