using System; namespace org.budnhead.core { public enum BallisticActorStates { FLYING, HIT, DISAPPEARED } }