Skip to content

Commit

Permalink
Merge pull request #8 from JustOneMoreBlock/master
Browse files Browse the repository at this point in the history
Updated for Uconomy and Rocket
  • Loading branch information
fr34kyn01535 committed Oct 13, 2015
2 parents 0b38d30 + a68b15d commit e46c1a9
Show file tree
Hide file tree
Showing 8 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CommandCost.cs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
using Rocket.Unturned.Player;
using SDG.Unturned;
using UnityEngine;
using unturned.ROCKS.Uconomy;
using fr34kyn01535.Uconomy;
using Steamworks;

namespace ZaupShop
Expand Down
2 changes: 1 addition & 1 deletion DatabaseMgr.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
using Rocket.Core.Logging;
using Rocket.API;
using System;
using unturned.ROCKS.Uconomy;
using fr34kyn01535.Uconomy;

namespace ZaupShop
{
Expand Down
2 changes: 1 addition & 1 deletion ZaupShop.cs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
using Rocket.Unturned.Plugins;
using SDG.Unturned;
using UnityEngine;
using unturned.ROCKS.Uconomy;
using fr34kyn01535.Uconomy;
using Steamworks;

namespace ZaupShop
Expand Down
Binary file modified lib/Assembly-CSharp.dll
Binary file not shown.
Binary file modified lib/Rocket.API.dll
Binary file not shown.
Binary file modified lib/Rocket.Core.dll
Binary file not shown.
Binary file modified lib/Rocket.Unturned.dll
Binary file not shown.
Binary file modified lib/Uconomy.dll
Binary file not shown.

0 comments on commit e46c1a9

Please sign in to comment.