ProjectDDD/Assets/Plugins/Febucci/Text Animator/Attributes/Runtime/CharsDisplayTimeAttribute.cs

9 lines
131 B (Stored with Git LFS)
C#

using UnityEngine;
namespace Febucci.Attributes
{
public class CharsDisplayTimeAttribute : PropertyAttribute
{
}
}