using System; using System.Collections.Generic; namespace Stary.Evo { public enum UIEvent { None, } }