using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace Engine { public static class ExpressionList { public static List Expressions = new List(); } }