Skip to content

Commit

Permalink
v1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ABKAM2023 authored Aug 10, 2024
1 parent 81d64f1 commit 6a4983b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Api/ILevelsRanksApi.cs
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
using System.Collections.Concurrent;
using CounterStrikeSharp.API.Core;

namespace LevelsRanksApi
Expand All @@ -16,6 +17,6 @@ public interface ILevelsRanksApi
void UnregisterMenuOption(string menuOptionName);
void SetExperienceMultiplier(string steamId, double multiplier);
double GetExperienceMultiplier(string steamId);
void ReloadConfigs();
ConcurrentDictionary<string, User> OnlineUsers { get; }
}
}

0 comments on commit 6a4983b

Please sign in to comment.