component.scorecomponent

Makes an entity increase its killer's score when it dies.

struct ScoreComponent;

Makes an entity increase its killer's score when it dies.

uint exp;

Experience value of this entity.

this(ref Node yaml);

Load from a YAML node. Throws YAMLException on error.