Changes for the upcoming update

This commit is contained in:
EntenKoeniq
2022-04-06 02:18:24 +02:00
parent f07ab2ddd0
commit fedc036e76
15 changed files with 120 additions and 28 deletions

View File

@ -158,7 +158,7 @@ namespace CoopClient
}
/// <summary>
/// Check if a GTACOOP:R menu is visible
/// Check if a RAGECOOP menu is visible
/// </summary>
public static bool IsMenuVisible()
{
@ -170,7 +170,7 @@ namespace CoopClient
}
/// <summary>
/// Check if the GTACOOP:R chat is visible
/// Check if the RAGECOOP chat is visible
/// </summary>
public static bool IsChatFocused()
{
@ -178,7 +178,7 @@ namespace CoopClient
}
/// <summary>
/// Check if the GTACOOP:R list of players is visible
/// Check if the RAGECOOP list of players is visible
/// </summary>
public static bool IsPlayerListVisible()
{
@ -186,7 +186,7 @@ namespace CoopClient
}
/// <summary>
/// Get the version of GTACOOP:R
/// Get the version of RAGECOOP
/// </summary>
public static string GetCurrentVersion()
{