Exemplo n.º 1
0
 private void OnPowerGenerationChanged(bool powerIsGenerated)
 {
     if (MyVisualScriptLogicProvider.GridPowerGenerationStateChanged != null)
     {
         MyVisualScriptLogicProvider.GridPowerGenerationStateChanged(this.CubeGrid.EntityId, this.CubeGrid.Name, powerIsGenerated);
     }
 }