From 29a26d9774ba6c05858aba6b5fe442c282bbd117 Mon Sep 17 00:00:00 2001 From: Relintai Date: Sat, 1 Feb 2020 02:39:53 +0100 Subject: [PATCH] Fix duplicate binding. --- data/spell.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/data/spell.cpp b/data/spell.cpp index c4c49cc..a6f46d9 100644 --- a/data/spell.cpp +++ b/data/spell.cpp @@ -1016,9 +1016,6 @@ void Spell::_bind_methods() { ClassDB::bind_method(D_METHOD("handle_cooldown", "info"), &Spell::handle_cooldown); //Implementations - ClassDB::bind_method(D_METHOD("_handle_projectile", "info"), &Spell::_handle_projectile); - ClassDB::bind_method(D_METHOD("_handle_effect", "info"), &Spell::_handle_effect); - ClassDB::bind_method(D_METHOD("_sstart_casting", "info"), &Spell::_sstart_casting); ClassDB::bind_method(D_METHOD("_sfinish_cast", "info"), &Spell::_sfinish_cast);