refactor(model): add weight column

This commit is contained in:
Anna 2020-12-28 15:09:32 -05:00
parent c28a7d6501
commit ea4c611b46
Signed by: anna
GPG Key ID: 0B391D8F06FCD9E0

View File

@ -34,6 +34,8 @@ namespace NoSoliciting.CursedWorkaround {
public string Message { get; }
public float Weight { get; } = 1;
public bool PartyFinder => this.Channel == 0;
public bool Shout => this.Channel == 11 || this.Channel == 30;