1
0
mirror of synced 2025-03-01 23:50:28 +01:00
Nik 5171bea0bf
feat: Added cross-platform .NET scripts support (#1185)
This PR intends to add support for .NET scripts that can extend ImHex's
functionality in a portable and cross-platform way.

---------

Co-authored-by: Justus Garbe <55301990+Nowilltolife@users.noreply.github.com>
2023-07-15 14:29:14 +02:00

10 lines
98 B
C#

using ImHex;
using System.Drawing;
class Script
{
public static void Main()
{
}
}