Files
barotrauma-localmods/Quick Interactions/CSharp/Shared/Mod Stuff/Compile pls.cs

6 lines
193 B
C#

using System.Runtime.CompilerServices;
[assembly: IgnoresAccessChecksTo("Barotrauma")]
[assembly: IgnoresAccessChecksTo("DedicatedServer")]
[assembly: IgnoresAccessChecksTo("BarotraumaCore")]