7 lines
140 B
C#
7 lines
140 B
C#
using UnityEngine;
|
|
using System.Collections;
|
|
|
|
public class ResourcePathAttribute : PropertyAttribute
|
|
{
|
|
public ResourcePathAttribute() { }
|
|
} |