lets-godot-roguelike
lets-godot-roguelike copied to clipboard
Fighter Overview
The Fighter component will be where our script inheritance system for Things will start to work for us.
Fighter will extend Thing, and provide all members and methods for a Thing which is capable of dealing and receiving damage via our future combat system.