6 lines
135 B
C#
6 lines
135 B
C#
namespace Misaki.HighPerformance.LowLevel;
|
|
|
|
[AttributeUsage(AttributeTargets.Struct)]
|
|
public class NonCopyableAttribute : Attribute
|
|
{
|
|
} |