diff options
| author | william341 <[email protected]> | 2017-07-28 21:38:44 -0700 |
|---|---|---|
| committer | william341 <[email protected]> | 2017-07-28 21:38:44 -0700 |
| commit | 56a3080c7bcf5a836de817807cda64216c184659 (patch) | |
| tree | ad0da162a44d519fce7c822962f527d5eecc1d88 /ShiftOS.Objects/Hacking | |
| parent | 669bd3c0901929339cfc14bce0256659499151ae (diff) | |
| download | shiftos_thereturn-56a3080c7bcf5a836de817807cda64216c184659.tar.gz shiftos_thereturn-56a3080c7bcf5a836de817807cda64216c184659.tar.bz2 shiftos_thereturn-56a3080c7bcf5a836de817807cda64216c184659.zip | |
loot kinda works lol
Diffstat (limited to 'ShiftOS.Objects/Hacking')
| -rw-r--r-- | ShiftOS.Objects/Hacking/Hackable.cs | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/ShiftOS.Objects/Hacking/Hackable.cs b/ShiftOS.Objects/Hacking/Hackable.cs index d95cf5a..6ad8d13 100644 --- a/ShiftOS.Objects/Hacking/Hackable.cs +++ b/ShiftOS.Objects/Hacking/Hackable.cs @@ -61,11 +61,4 @@ namespace ShiftOS.Objects public string Contents { get; set; } } - public class LootInfo - { - public string Filename { get; set; } - public string ResourceId { get; set; } - public int Rarity { get; set; } - } - } |
