namespace DSACorev.Auxiliary.Calculator { /// /// The Different Operations, witch can be performed in execution-order /// public enum Ops { Dice, Multiply, Subtract, Add } }