Files
2024-08-11 14:32:14 +08:00

9 lines
131 B
C#

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