aboutsummaryrefslogtreecommitdiff
path: root/ShiftOS.Frontend/Apps
diff options
context:
space:
mode:
authorMichael <[email protected]>2017-08-02 10:45:19 -0400
committerMichael <[email protected]>2017-08-02 10:45:19 -0400
commit0b175d13327aa0e60811cb062c5cb25e52916cf8 (patch)
tree915ffa9cc5cecabeda84ce91902afb2550b0d804 /ShiftOS.Frontend/Apps
parent37cf129165916101ba665891d157c85ea9c37383 (diff)
downloadshiftos_thereturn-0b175d13327aa0e60811cb062c5cb25e52916cf8.tar.gz
shiftos_thereturn-0b175d13327aa0e60811cb062c5cb25e52916cf8.tar.bz2
shiftos_thereturn-0b175d13327aa0e60811cb062c5cb25e52916cf8.zip
pong is a loot now
Diffstat (limited to 'ShiftOS.Frontend/Apps')
-rw-r--r--ShiftOS.Frontend/Apps/Pong.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/ShiftOS.Frontend/Apps/Pong.cs b/ShiftOS.Frontend/Apps/Pong.cs
index eafe1bb..61b1dc9 100644
--- a/ShiftOS.Frontend/Apps/Pong.cs
+++ b/ShiftOS.Frontend/Apps/Pong.cs
@@ -13,6 +13,7 @@ namespace ShiftOS.Frontend.Apps
[WinOpen("{WO_PONG}")]
[DefaultTitle("{TITLE_PONG}")]
[DefaultIcon("iconPong")]
+ [RequiresUpgrade("pong")]
public class Pong : GUI.Control, IShiftOSWindow
{
public Pong()