mirror of
https://github.com/Relintai/entity_spell_system.git
synced 2025-04-19 21:33:15 +02:00
Fix typo.
This commit is contained in:
parent
089c854c9e
commit
1893598fc3
@ -235,7 +235,7 @@ void EntityResource::_bind_methods() {
|
||||
|
||||
ClassDB::bind_method(D_METHOD("get_data_path"), &EntityResource::get_data_path);
|
||||
ClassDB::bind_method(D_METHOD("set_data_path", "value"), &EntityResource::set_data_path);
|
||||
ADD_PROPERTY(PropertyInfo(Variant::INT, "data_path"), "set_data_path", "get_data_path");
|
||||
ADD_PROPERTY(PropertyInfo(Variant::STRING, "data_path"), "set_data_path", "get_data_path");
|
||||
|
||||
ClassDB::bind_method(D_METHOD("get_current_value"), &EntityResource::get_current_value);
|
||||
ClassDB::bind_method(D_METHOD("set_current_value", "value"), &EntityResource::set_current_value);
|
||||
|
Loading…
Reference in New Issue
Block a user