1
0
Fork 1
mirror of https://github.com/TeamOctolings/Octobot.git synced 2025-04-20 00:43:36 +03:00
Octobot/Boyfriend/Data/Reminder.cs

6 lines
115 B
C#

namespace Boyfriend.Data;
public struct Reminder {
public long RemindAt;
public string ReminderText;
}