mirror of
https://github.com/ModOrganizer2/modorganizer-installer_omod.git
synced 2026-07-27 14:07:51 -07:00
16 lines
273 B
C#
16 lines
273 B
C#
using OMODFramework;
|
|
using OMODFramework.Scripting;
|
|
using RtfPipe;
|
|
|
|
namespace Dummy
|
|
{
|
|
class Stub
|
|
{
|
|
static void Stub2()
|
|
{
|
|
OMOD omod = null;
|
|
IScriptFunctions scriptFunctions = null;
|
|
Rtf.ToHtml("");
|
|
}
|
|
}
|
|
} |