8 lines
160 B
C#
8 lines
160 B
C#
using UnityEngine;
|
|
using System;
|
|
using System.Collections;
|
|
|
|
[AttributeUsage(AttributeTargets.Property)]
|
|
public class ExposePropertyAttribute : Attribute {
|
|
|
|
} |