mirror of
https://github.com/thegeneralist01/Scene-Manager-DevRepo
synced 2026-01-11 23:50:29 +01:00
Delete Hints.cs
This commit is contained in:
parent
51c5808fe3
commit
d1ffe1c9ca
1 changed files with 0 additions and 17 deletions
|
|
@ -1,17 +0,0 @@
|
|||
using Rage;
|
||||
|
||||
namespace SceneManager
|
||||
{
|
||||
class Hints
|
||||
{
|
||||
internal static bool Enabled { get; set; } = SettingsMenu.hints.Checked;
|
||||
|
||||
internal static void Display(string message)
|
||||
{
|
||||
if (Enabled)
|
||||
{
|
||||
Game.DisplayNotification($"{message}");
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue