public BCMBuffCondition(MultiBuffClassCondition condition) { if (condition == null) { return; } Counter = condition.Counter; Type = condition.ConditionType.ToString(); Value = condition.Value; }
public BCMBuffCondition([NotNull] MultiBuffClassCondition condition) { Counter = condition.Counter; Type = condition.ConditionType.ToString(); Value = condition.Value; }