broken_seals/game/player/DisplayPlayer.gd

11 lines
230 B
GDScript3
Raw Normal View History

2019-11-20 14:05:35 +01:00
extends Entity
class_name DisplayPlayerGD
# Copyright Péter Magyar relintai@gmail.com
# MIT License, functionality from this class needs to be protable to the entity spell system
2019-11-20 14:05:35 +01:00
func _setup():
._setup()
setup_actionbars()