mirror of
https://github.com/Relintai/entity_spell_system.git
synced 2025-04-19 21:33:15 +02:00
Fixed compile.
This commit is contained in:
parent
ee5be20502
commit
69407a2506
@ -195,13 +195,6 @@ void Entity::setc_spell_target(Node *p_target) {
|
||||
emit_signal("ctarget_changed", _c_target);
|
||||
}
|
||||
|
||||
int Entity::gets_target_guid() {
|
||||
return _s_target_guid;
|
||||
}
|
||||
int Entity::gets_spell_cast_game_object_guid() {
|
||||
return _s_spell_cast_game_object_guid;
|
||||
}
|
||||
|
||||
Entity::Entity() {
|
||||
_s_guid = 0;
|
||||
_c_guid = 0;
|
||||
|
Loading…
Reference in New Issue
Block a user