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