11 lines
220 B
C#
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
|
|
{
|
|
}
|
|
}
|