mirror of
https://github.com/C9Glax/tranga.git
synced 2025-06-15 15:57:54 +02:00
resolves #21 lunasea
This commit is contained in:
@ -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 = "";
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
Reference in New Issue
Block a user