# Damage Dealing

FlatRedBall provides a standardized, powerful, and flexible damage dealing system which can reduce the amount of code needed to add damage dealing to your game. This functionality is built around the `IDamageable` and `IDamageArea` interfaces. The following tutorials provide a step-by-step guide on how to add damage to your game.
