Changes

Jump to navigation Jump to search
no edit summary
Line 61: Line 61:  
<li>Create an interface with only the properties and methods you want to access. (If you directly reference the mod DLL and it provides a public API interface, you can use that instead.)
 
<li>Create an interface with only the properties and methods you want to access. (If you directly reference the mod DLL and it provides a public API interface, you can use that instead.)
 
<source lang="C#">
 
<source lang="C#">
internal interface ISomeModApi
+
public interface ISomeModApi
 
{
 
{
 
   bool GetThing(string example);
 
   bool GetThing(string example);
2

edits

Navigation menu