namespace GameCreator.Runtime.VisualScripting
{
    public enum TrackRemoveType
    {
        Allow,
        Deny
    }
}