Skip to content

Merge BooleanConditionData and BooleanValueData #61

@CloneDeath

Description

@CloneDeath

BooleanValueData just has a bool value and Guid variable.
Anything that uses BooleanValueData should ACTUALLY use BooleanConditionData for the ability to use more complex logic.

public class BooleanConditionData {
public BooleanConditionData? Not { get; set; }
public BooleanValueData? Value {get; set; }
// public BooleanConditionData[]? And { get; set; }
// public BooleanConditionData[]? Or { get; set; }
// public ComparisonData? Comparison { get; set; }
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementUpgrade to an existing feature, usually in the editor

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions