const (
// Alive indicates that some entity is meant to exist. Alive Value = "alive"
// Dying indicates that some entity should be removed. Dying Value = "dying"
// Dead indicates that some entity is no longer useful,// and can be destroyed unconditionally.
Dead Value = "dead"
)