Removed duplicate rawrrs

This commit is contained in:
MapleWheels
2026-02-03 17:49:10 -05:00
committed by Maplewheels
parent 70dd602bcf
commit 02a7338ab8

View File

@@ -11,16 +11,6 @@ using Microsoft.CodeAnalysis.CSharp;
namespace Barotrauma.LuaCs;
[AttributeUsage(AttributeTargets.Assembly, AllowMultiple = true)]
public sealed class IgnoresAccessChecksToAttribute : Attribute
{
public string AssemblyName { get; }
public IgnoresAccessChecksToAttribute(string assemblyName)
{
AssemblyName = assemblyName;
}
}
public interface IAssemblyLoaderService : IService
{
public interface IFactory : IService