public CurrentComparison(LiveSplitState state)
 {
     Settings = new CurrentComparisonSettings()
     {
         CurrentState = state
     };
     InternalComponent = new InfoTextComponent("Comparing Against", "")
     {
         AlternateNameText = new String[]
         {
             "Comparison",
             "Comp."
         }
     };
 }
Exemplo n.º 2
0
 public CurrentComparison(LiveSplitState state)
 {
     Settings = new CurrentComparisonSettings()
     {
         CurrentState = state
     };
     InternalComponent = new InfoTextComponent("Comparing Against", "")
     {
         AlternateNameText = new[]
         {
             "Comparison",
             "Comp."
         }
     };
 }