mirror of
https://github.com/TeamOctolings/Octobot.git
synced 2025-04-20 08:53:36 +03:00
6 lines
125 B
C#
6 lines
125 B
C#
namespace Boyfriend.Data;
|
|
|
|
public struct Reminder {
|
|
public DateTimeOffset RemindAt;
|
|
public string ReminderText;
|
|
}
|