mirror of
https://github.com/thegeneralist01/Scene-Manager-DevRepo
synced 2026-01-11 23:50:29 +01:00
Updated methods from public to internal
This commit is contained in:
parent
9cf578f380
commit
e173d9da0c
6 changed files with 19 additions and 19 deletions
|
|
@ -4,9 +4,9 @@ namespace SceneManager
|
|||
{
|
||||
class Hints
|
||||
{
|
||||
public static bool Enabled { get; set; } = SettingsMenu.hints.Checked;
|
||||
internal static bool Enabled { get; set; } = SettingsMenu.hints.Checked;
|
||||
|
||||
public static void Display(string message)
|
||||
internal static void Display(string message)
|
||||
{
|
||||
if (Enabled)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue