9 lines
131 B
C#
9 lines
131 B
C#
using UnityEngine;
|
|
|
|
namespace Febucci.Attributes
|
|
{
|
|
public class CharsDisplayTimeAttribute : PropertyAttribute
|
|
{
|
|
}
|
|
|
|
} |