namespace MfGames.Nitride.IO; public enum IfFoundOutput { /// /// If the entity is found, then remove it from output. /// RemoveFromOutput, /// /// If the entity is found, then keep it in the output sequence. /// ReturnInOutput, }