mirror of
https://git.alee14.me/shiftos-archive/ShiftOS_TheReturn.git
synced 2025-01-23 02:12:14 +00:00
infernal noises from hell (aka DooM
This commit is contained in:
parent
f4ce36a18a
commit
8a60eba70b
1 changed files with 8 additions and 0 deletions
|
@ -37,6 +37,13 @@ namespace ShiftOS.Engine
|
|||
|
||||
public static event Action NotificationRead;
|
||||
|
||||
public static void MarkAllRead()
|
||||
{
|
||||
var notes = GetAllFromFile();
|
||||
for (int i = 0; i < notes.Length; i++)
|
||||
MarkRead(i);
|
||||
}
|
||||
|
||||
public static void MarkRead(int note)
|
||||
{
|
||||
var notes = GetAllFromFile();
|
||||
|
@ -56,6 +63,7 @@ namespace ShiftOS.Engine
|
|||
c++; //gahh I hate that programming language.
|
||||
return c;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
public struct Notification
|
||||
|
|
Loading…
Reference in a new issue