Exemplo n.º 1
0
 public T GetEntityInfo <T>(EntityInfoKey key, Entity entity, params object[] data) where T : InfoData
 {
     return(infosCenter.GetEntityInfo <T>((int)key, entity, data));
 }
Exemplo n.º 2
0
 public EntitySensorAttribute(EntityInfoKey infoKey)
 {
     this.InfoKey = infoKey;
 }