1
Fork 0
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:
Rich Dunne 2020-09-14 13:17:14 -06:00
parent 89771ab3df
commit 9cf578f380
2 changed files with 2 additions and 21 deletions

View file

@ -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}");