resolves #21 lunasea

This commit is contained in:
glax 2023-07-09 21:35:15 +02:00
parent d171f34e4e
commit 78023ef0fd

View File

@ -31,13 +31,11 @@ public class LunaSea : NotificationManager
{
public string title { get; }
public string body { get; }
public string image { get; }
public MessageData(string title, string body)
{
this.title = title;
this.body = body;
this.image = "";
}
}
}