resolves #21 lunasea
This commit is contained in:
parent
d171f34e4e
commit
78023ef0fd
@ -31,13 +31,11 @@ public class LunaSea : NotificationManager
|
|||||||
{
|
{
|
||||||
public string title { get; }
|
public string title { get; }
|
||||||
public string body { get; }
|
public string body { get; }
|
||||||
public string image { get; }
|
|
||||||
|
|
||||||
public MessageData(string title, string body)
|
public MessageData(string title, string body)
|
||||||
{
|
{
|
||||||
this.title = title;
|
this.title = title;
|
||||||
this.body = body;
|
this.body = body;
|
||||||
this.image = "";
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user