1
Fork 0
mirror of https://github.com/SapphireServer/Sapphire.git synced 2025-04-25 14:07:46 +00:00
sapphire/scripts/native/skill/AbilityScript3.cpp

15 lines
397 B
C++
Raw Normal View History

//#include "../ScriptObject.h"
//
2017-12-10 21:43:54 +11:00
//class ActionScript3 : public ActionScript
//{
//public:
2017-12-10 21:43:54 +11:00
// ActionScript3() : ActionScript( "AbilityScript3", 3 )
// {}
//
// virtual void onCastFinish( Core::Entity::Player player, Core::Entity::ActorPtr targetActor )
// {
// player.addStatusEffectByIdIfNotExist( 50, 20000, player, 30 );
// }
//};
//
2017-12-10 21:43:54 +11:00
//EXPORT_ACTIONSCRIPT( ActionScript3 )