mirror of
https://github.com/C9Glax/tranga-website.git
synced 2025-06-12 23:07: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 body { get; }
|
||||
public string image { get; }
|
||||
|
||||
public MessageData(string title, string body)
|
||||
{
|
||||
this.title = title;
|
||||
this.body = body;
|
||||
this.image = "";
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user