Files
Dec2017-Script-Dump/ProBuilderCore-Unity5/ProGridsNoSnapAttribute.cs
T
2026-06-04 11:42:34 +02:00

11 lines
220 B
C#

using System;
namespace ProBuilder2.Common
{
// Token: 0x02000028 RID: 40
[AttributeUsage(AttributeTargets.Class, AllowMultiple = false, Inherited = true)]
public class ProGridsNoSnapAttribute : Attribute
{
}
}