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