- Added an interface for nodes that can be damaged. - Character3D implements the above interface to make itself sliceable. - Added a hurtbox base class. - MeshEditingLibrary::slice_mesh now uses Godot references when possible. - Removed semicolon from print macros to enforce placing them in code.