mirror of
https://github.com/thegeneralist01/Scene-Manager-DevRepo
synced 2026-01-11 23:50:29 +01:00
Changed public methods to internal
This commit is contained in:
parent
89771ab3df
commit
9cf578f380
2 changed files with 2 additions and 21 deletions
|
|
@ -4,7 +4,7 @@ namespace SceneManager
|
|||
{
|
||||
class Logger
|
||||
{
|
||||
public static void Log(string message)
|
||||
internal static void Log(string message)
|
||||
{
|
||||
#if DEBUG
|
||||
Game.LogTrivialDebug($"{message}");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue