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