forked from Sarah/Lieb-Website
Moved Models to Shared Project
This commit is contained in:
parent
bae69648d0
commit
7533d5a704
19 changed files with 27 additions and 1 deletions
17
Shared/Models/GuildWars2/Raid/DiscordRaidMessage.cs
Normal file
17
Shared/Models/GuildWars2/Raid/DiscordRaidMessage.cs
Normal file
|
@ -0,0 +1,17 @@
|
|||
namespace Lieb.Models.GuildWars2.Raid
|
||||
{
|
||||
public class DiscordRaidMessage
|
||||
{
|
||||
public int DiscordRaidMessageId { get; set; }
|
||||
|
||||
public int RaidId { get; set; }
|
||||
|
||||
public Raid Raid { get; set; }
|
||||
|
||||
public ulong DiscordMessageId { get; set; }
|
||||
|
||||
public ulong DiscordChannelId { get; set; }
|
||||
|
||||
public ulong DiscordGuildId { get; set; }
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue