Example #1
0
 public bool IsInState <T>(Entity e)
 {
     return(StateUtility.IsInState <T>(e, EntityManager));
 }