public static int SGetMoodFavBuilding(Guid settlerId) { if (s_instance == null) { return(0); } return(s_instance.GetMoodFavBuilding(settlerId)); }