mirror of
https://github.com/AlexMacocian/MonoGame.Extended.git
synced 2026-07-25 08:22:15 +00:00
Move source projects into source directory
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
using Microsoft.Xna.Framework.Content.Pipeline;
|
||||
|
||||
namespace MonoGame.Extended.Content.Pipeline
|
||||
{
|
||||
public class ContentLogger
|
||||
{
|
||||
public static ContentBuildLogger Logger { get; set; }
|
||||
|
||||
public static void Log(string message)
|
||||
{
|
||||
Logger?.LogMessage(message);
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user