[][src]Module monstermaker_core::species

Definition of a species.

The common practice is to define a Species object and use immutable references to access its data from that point onward. Species objects are not traditionally intended to be mutated. Mutations instead are typically made on Monster objects.

Structs

Species

An individual species.