private void OnEnable() { List = new ListDrawer(this); Property = new PropertyDrawer(this); Generic = new GenericDrawer(this); Enum = new EnumDrawer(this); }