mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-03-28 15:57:03 -05:00
13 lines
157 B
C#
13 lines
157 B
C#
using ImHex;
|
|
|
|
public static class Library
|
|
{
|
|
public static void Initialize()
|
|
{
|
|
Logger.RedirectConsole();
|
|
}
|
|
}
|
|
|
|
public interface IScript
|
|
{
|
|
} |