Exemplo n.º 1
0
 public T GetAppearance <T>() where T : EntityAppearance
 {
     if (Appearances != null)
     {
         return(Appearances.Get <T>());
     }
     return(null);
 }
Exemplo n.º 2
0
 public T GetAppearance <T>() where T : EntityAppearance
 {
     return(newAppearances?.Get <T>());
 }