11 lines
189 B
C#
11 lines
189 B
C#
using UnityEngine;
|
|
|
|
namespace AibisDream
|
|
{
|
|
public class CustomSortingLayerAttribute : PropertyAttribute
|
|
{
|
|
public CustomSortingLayerAttribute()
|
|
{
|
|
}
|
|
}
|
|
} |