ProjectDDD/Assets/Plugins/Febucci/Text Animator/Attributes/Runtime/CharsDisplayTimeAttribute.cs
2025-07-08 19:46:31 +09:00

9 lines
131 B
C#

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