11 lines
229 B
C#
11 lines
229 B
C#
using System;
|
|
|
|
namespace ProBuilder2.Common
|
|
{
|
|
// Token: 0x02000029 RID: 41
|
|
[AttributeUsage(AttributeTargets.Class, AllowMultiple = false, Inherited = true)]
|
|
public class ProGridsConditionalSnapAttribute : Attribute
|
|
{
|
|
}
|
|
}
|