8 lines
147 B
C#
8 lines
147 B
C#
using System;
|
|
|
|
namespace Discord.API
|
|
{
|
|
[AttributeUsage(AttributeTargets.Property)]
|
|
internal class UnixTimestampAttribute : Attribute { }
|
|
}
|