8 lines
182 B
C#
8 lines
182 B
C#
using UnityEngine;
|
|
|
|
/// <summary>
|
|
/// Dummy subtype of PropertyAttribute for custom inspector to use.
|
|
/// </summary>
|
|
public class OVRLayerAttribute : PropertyAttribute {
|
|
}
|