コード例 #1
0
ファイル: InfoServer.cs プロジェクト: ALunGame/LCECS
 public T GetEntityInfo <T>(EntityInfoKey key, Entity entity, params object[] data) where T : InfoData
 {
     return(infosCenter.GetEntityInfo <T>((int)key, entity, data));
 }
コード例 #2
0
 public EntitySensorAttribute(EntityInfoKey infoKey)
 {
     this.InfoKey = infoKey;
 }