mirror of
https://github.com/space-wizards/RobustToolbox.git
synced 2026-02-14 19:29:36 +01:00
9 lines
187 B
C#
9 lines
187 B
C#
// ReSharper disable once CheckNamespace
|
|
namespace System.Runtime.CompilerServices;
|
|
|
|
// Need this to be able to define records in the project
|
|
internal static class IsExternalInit
|
|
{
|
|
|
|
}
|