9 lines
111 B
C#
9 lines
111 B
C#
using UnityEngine;
|
|
|
|
namespace EasyChart
|
|
{
|
|
public class Padding4Attribute : PropertyAttribute
|
|
{
|
|
}
|
|
}
|