diff options
| author | william341 <[email protected]> | 2017-07-27 16:34:27 -0700 |
|---|---|---|
| committer | william341 <[email protected]> | 2017-07-27 16:34:27 -0700 |
| commit | 18079c6f43981f1bf9fc093b3c5b68873fe90348 (patch) | |
| tree | 7be93f2caeaca5208a02be627cb50d36e718cad1 /ShiftOS.Frontend/HackableProvider.cs | |
| parent | 86dde20529e926ee75af2b1e3a574f6729bd8771 (diff) | |
| download | shiftos_thereturn-18079c6f43981f1bf9fc093b3c5b68873fe90348.tar.gz shiftos_thereturn-18079c6f43981f1bf9fc093b3c5b68873fe90348.tar.bz2 shiftos_thereturn-18079c6f43981f1bf9fc093b3c5b68873fe90348.zip | |
hacking p1
Diffstat (limited to 'ShiftOS.Frontend/HackableProvider.cs')
| -rw-r--r-- | ShiftOS.Frontend/HackableProvider.cs | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/ShiftOS.Frontend/HackableProvider.cs b/ShiftOS.Frontend/HackableProvider.cs deleted file mode 100644 index 1c57f37..0000000 --- a/ShiftOS.Frontend/HackableProvider.cs +++ /dev/null @@ -1,29 +0,0 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Text; -using System.Threading.Tasks; -using ShiftOS.Objects; -using ShiftOS.Engine; -using Newtonsoft.Json; - -namespace ShiftOS.Frontend -{ - public class HackableProvider : IHackableProvider - { - public Hackable[] GetHackables() - { - return JsonConvert.DeserializeObject<Hackable[]>(Properties.Resources.Hackables); - } - - public byte[] GetLootFromResource(string resId) - { - return new byte[] { 0xDE, 0xAD, 0xBE, 0xEF }; //nyi - } - - public LootInfo[] GetLootInfo() - { - return JsonConvert.DeserializeObject<LootInfo[]>(Properties.Resources.LootInfo); - } - } -} |
