Skip to content

Commit

Permalink
1.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ABKAM2023 authored Oct 4, 2024
1 parent 25760f7 commit 6632724
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Api/ILevelsRanksApi.cs
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ public interface ILevelsRanksApi
void UnregisterMenuOption(string menuOptionName);
void SetExperienceMultiplier(string steamId, double multiplier);
double GetExperienceMultiplier(string steamId);
bool GetExperienceFromBots();
ConcurrentDictionary<string, User> OnlineUsers { get; }
}
}

0 comments on commit 6632724

Please sign in to comment.