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