Files
unity-flash-tools/Assets/FlashTools/Scripts/Internal/SwfSortingLayerAttribute.cs
2016-08-24 12:26:31 +07:00

6 lines
120 B
C#

using UnityEngine;
namespace FlashTools.Internal {
public class SwfSortingLayerAttribute : PropertyAttribute {
}
}