Example #1
0
 protected T GetManager <T>() where T : Component
 {
     return(facade.GetManager <T>());
 }