mirror of
https://git.alee14.me/shiftos-archive/ShiftOS_TheReturn.git
synced 2025-01-22 18:02:16 +00:00
make the virus accessible
This commit is contained in:
parent
0a64113fc5
commit
95086532dc
1 changed files with 1 additions and 0 deletions
|
@ -7,6 +7,7 @@ using ShiftOS.Engine;
|
|||
|
||||
namespace ShiftOS.WinForms.Viruses
|
||||
{
|
||||
[Virus("cpleach", "Codepoint Leach", "Every 6 seconds, a certain amount of Codepoints is taken from the user until they're left with nothing. The amount taken away each time is determined by the threat level.")]
|
||||
public class CPLeach : IVirus
|
||||
{
|
||||
public System.Windows.Forms.Timer Timer = null;
|
||||
|
|
Loading…
Reference in a new issue