mirror of
https://github.com/space-wizards/RobustToolbox.git
synced 2026-09-01 17:47:24 +02: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
|
|
{
|
|
|
|
}
|