using UnityEditor; namespace TyphoonUI { [CustomEditor(typeof(Preferences))] public class PreferencesEditor : Editor { } }