using System.Collections.Generic; namespace Unity.PlasticSCM.Editor.Help { internal class HelpData { internal List FormattedBlocks = new List(); internal List Links = new List(); internal string CleanText; internal bool ShouldShowAgain; } }