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

9 lines
131 B
C#
Raw Normal View History

2024-07-05 11:34:12 +00:00
using UnityEngine;
namespace Febucci.Attributes
{
public class CharsDisplayTimeAttribute : PropertyAttribute
{
}
}