/// <summary> /// Updates the TableElements list with data received from Pinmame. /// </summary> /// <param name="Data">Data received from Pinmame and handled by the PinMameInputManger</param> public void UpdateTableElement(TableElementData Data) { TableElements.UpdateState(Data); }
/// <summary> /// Updates the TableElements list with data received from Pinmame. /// </summary> /// <param name="Data">Data received from Pinmame and handled by the PinMameInputManger</param> public void UpdateTableElement(TableElementData Data) { TableElements.UpdateState(Data.TableElementType, Data.Number, Data.Value); }