2 using System.Collections.Generic;
6 namespace DirectOutput.FX.ValueFX
20 public override void Trigger(Table.TableElementData TableElementData)
22 TableElementData.Value = (TableElementData.Value == 0 ? 0 : 255);
24 TriggerTargetEffect(TableElementData);