Skip to content
This repository has been archived by the owner on Aug 7, 2022. It is now read-only.

Commit

Permalink
Made Internals visible to OMODFramework.Scripting and OMODFramework.Test
Browse files Browse the repository at this point in the history
  • Loading branch information
erri120 committed Feb 14, 2020
1 parent 14b4172 commit 29d9ae5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions OMODFramework/Framework.cs
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,12 @@
using System.Collections.Generic;
using System.IO;
using System.Reflection;
using System.Runtime.CompilerServices;
using OMODFramework.Classes;

[assembly: InternalsVisibleTo("OMODFramework.Scripting")]
[assembly: InternalsVisibleTo("OMODFramework.Test")]

namespace OMODFramework
{
public class Framework
Expand Down

0 comments on commit 29d9ae5

Please sign in to comment.