public T GetAppearance <T>() where T : EntityAppearance { if (Appearances != null) { return(Appearances.Get <T>()); } return(null); }
public T GetAppearance <T>() where T : EntityAppearance { return(newAppearances?.Get <T>()); }