mirror of
https://github.com/thegeneralist01/Scene-Manager-DevRepo
synced 2026-01-11 15:40:29 +01:00
Removed class
This commit is contained in:
parent
72db1d4171
commit
d7843a9e5a
1 changed files with 0 additions and 16 deletions
|
|
@ -1,16 +0,0 @@
|
|||
using Rage;
|
||||
|
||||
namespace SceneManager
|
||||
{
|
||||
class Logger
|
||||
{
|
||||
internal static void Log(string message)
|
||||
{
|
||||
#if DEBUG
|
||||
Game.LogTrivialDebug($"{message}");
|
||||
#else
|
||||
Game.LogTrivial($"{message}");
|
||||
#endif
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue