コード例 #1
0
 public CurrentComparison(LiveSplitState state)
 {
     Settings = new CurrentComparisonSettings()
     {
         CurrentState = state
     };
     InternalComponent = new InfoTextComponent("Comparing Against", "")
     {
         AlternateNameText = new String[]
         {
             "Comparison",
             "Comp."
         }
     };
 }
コード例 #2
0
 public CurrentComparison(LiveSplitState state)
 {
     Settings = new CurrentComparisonSettings()
     {
         CurrentState = state
     };
     InternalComponent = new InfoTextComponent("Comparing Against", "")
     {
         AlternateNameText = new[]
         {
             "Comparison",
             "Comp."
         }
     };
 }