private static EntityDataRoot smethod_17(Map map_0) { return(GClass840.smethod_16(0.5f, 0.5f, new EntityRenderFragment[] { GClass840.smethod_11(Color.Gray, "60px Arial", "center", map_0.MapName, null) })); }
private static EntityDataRoot smethod_18(GClass839 gclass839_0, Map map_0) { string text = string.Join("\r\n", gclass839_0.method_68()); if (string.IsNullOrWhiteSpace(text)) { return(null); } return(GClass840.smethod_16(0.98f, 0.1f, new EntityRenderFragment[] { GClass840.smethod_11(Color.Red, "30px Arial", "right", text, null) })); }
private static EntityDataRoot smethod_19(GClass839 gclass839_0) { string text = string.Format("{0} | CFG: {1} | FRM: {2}", gclass839_0.State.ToString(), gclass839_0.Hero.Config, gclass839_0.Hero.Formation.ToString()); HeroPet pet = gclass839_0.Hero.Pet; if (pet != null && pet.IsAvailable) { text += " | PET: "; if (gclass839_0.Hero.Pet.IsEnabled) { text += gclass839_0.Hero.Pet.Mode.ToString(); } else { text += "Off"; } } return(GClass840.smethod_16(0.02f, 0.95f, new EntityRenderFragment[] { GClass840.smethod_11(Color.Red, "16px Arial", "left", text, null) })); }