diff options
| author | william341 <[email protected]> | 2017-07-28 19:34:26 -0700 |
|---|---|---|
| committer | william341 <[email protected]> | 2017-07-28 19:34:26 -0700 |
| commit | 669bd3c0901929339cfc14bce0256659499151ae (patch) | |
| tree | 85114d8e970ceac06d076803b6779eda3ad1a360 /ShiftOS.Objects/Hacking | |
| parent | a9779111b59f259d834b431a53b11de868e7b6a3 (diff) | |
| download | shiftos_thereturn-669bd3c0901929339cfc14bce0256659499151ae.tar.gz shiftos_thereturn-669bd3c0901929339cfc14bce0256659499151ae.tar.bz2 shiftos_thereturn-669bd3c0901929339cfc14bce0256659499151ae.zip | |
memes
Diffstat (limited to 'ShiftOS.Objects/Hacking')
| -rw-r--r-- | ShiftOS.Objects/Hacking/Hackable.cs | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/ShiftOS.Objects/Hacking/Hackable.cs b/ShiftOS.Objects/Hacking/Hackable.cs index 4596d2d..d95cf5a 100644 --- a/ShiftOS.Objects/Hacking/Hackable.cs +++ b/ShiftOS.Objects/Hacking/Hackable.cs @@ -68,15 +68,4 @@ namespace ShiftOS.Objects public int Rarity { get; set; } } - public class Loot - { - public Loot(LootInfo info, byte[] data) - { - Data = data; - Info = info; - } - - public LootInfo Info { get; private set; } - public byte[] Data { get; private set; } - } } |
