File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 99 using LeagueSharp . Common ;
1010
1111 /// <summary>
12- /// The program .
12+ /// The Program class .
1313 /// </summary>
1414 internal class Program
1515 {
1616 #region Constants
1717
1818 /// <summary>
19- /// The r .
19+ /// The RageBlock(R) .
2020 /// </summary>
2121 public const string R = "RageBlock" ;
2222
@@ -25,12 +25,12 @@ internal class Program
2525 #region Static Fields
2626
2727 /// <summary>
28- /// The m .
28+ /// The Menu (m) .
2929 /// </summary>
3030 private static Menu m ;
3131
3232 /// <summary>
33- /// The muted List of Players.
33+ /// List of Players.
3434 /// </summary>
3535 private static List < string > muted = new List < string > ( ) ;
3636
@@ -162,7 +162,7 @@ private static void Game_OnInput(GameInputEventArgs args)
162162 }
163163
164164 /// <summary>
165- /// The log .
165+ /// Console (Log) .
166166 /// </summary>
167167 /// <param name="value">
168168 /// The value.
@@ -173,7 +173,7 @@ private static void Log(object value)
173173 }
174174
175175 /// <summary>
176- /// The un mute all .
176+ /// UnmuteAll (UnMuteAll) .
177177 /// </summary>
178178 private static void UnMuteAll ( )
179179 {
You can’t perform that action at this time.
0 commit comments