Jump to content

How to apply events from other libraries?


pxd2050

Recommended Posts

Help!

I am modifying the ifpv code with VS2019 and need to use other libraries(Utility Library for NetScriptFramework,Events.OnSave).

But I don't know how to do?

 

Can't use "using UtilityLibrary;", will conflict with "using NetScriptFramework;"

using System;
using System.Collections.Generic;
using NetScriptFramework;
using NetScriptFramework.SkyrimSE;

namespace IFPV
{

            .......................

            Events.OnSave.Register(e =>
            {
                Utils.Log("On Save called!");
            });
            .......................

}
Edited by pxd2050
Link to comment
Share on other sites

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...