Files

9 lines
131 B
C#
Raw Permalink Normal View History

2026-02-21 17:04:05 -08:00
using UnityEngine;
namespace Febucci.Attributes
{
public class CharsDisplayTimeAttribute : PropertyAttribute
{
}
}