mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/PCK-Studio.git
synced 2026-06-15 21:22:09 +00:00
Core - Add ImportStatusReport.CreateEmpty()
This commit is contained in:
@@ -48,6 +48,11 @@ namespace PckStudio.Core.IO.Java
|
||||
return new ImportStatusReport(listener);
|
||||
}
|
||||
|
||||
public static ImportStatusReport CreateEmpty()
|
||||
{
|
||||
return new ImportStatusReport();
|
||||
}
|
||||
|
||||
public void Post(string message)
|
||||
{
|
||||
foreach (TraceListener listener in _listeners)
|
||||
|
||||
Reference in New Issue
Block a user