Files
2026-02-21 17:04:05 -08:00

9 lines
131 B
C#

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