using System; namespace DFEngine.Content.GameObjects { [Flags] public enum GameObjectFlags { NONE = 0, FEAR = 4, } }