public bool IsHave(string name) { if (DLCManager.IsHave(Bundle, name)) { return(true); } return(false); }