Skip to content
This repository has been archived by the owner on Nov 27, 2024. It is now read-only.

Commit

Permalink
Patch Update
Browse files Browse the repository at this point in the history
Added using for VRage.Library.Utils due to MyFileSystem being moved
Recompiled with latest libraries
  • Loading branch information
generalwrex committed Mar 19, 2015
1 parent 3f30971 commit f6c705a
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@

using VRageMath;
using VRage.Common.Utils;
using VRage.Library.Utils;

using SEModAPIInternal.API.Entity;
using SEModAPIInternal.API.Entity.Sector.SectorObject;
Expand Down
1 change: 1 addition & 0 deletions EssentialsPlugin/Settings/PluginSettings.cs
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
using System.Threading.Tasks;
using System.Xml.Serialization;
using VRage.Common.Utils;
using VRage.Library.Utils;
using System.Windows.Forms.Design;
using System.ComponentModel;
using System.Drawing.Design;
Expand Down
1 change: 1 addition & 0 deletions EssentialsPlugin/Utility/Player.cs
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@

using VRageMath;
using VRage.Common.Utils;
using VRage.Library.Utils;

using SEModAPIInternal.API.Entity;
using SEModAPIInternal.API.Entity.Sector.SectorObject;
Expand Down
2 changes: 2 additions & 0 deletions EssentialsPlugin/Utility/Utility.cs
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@
using SEModAPIInternal.Support;
using VRageMath;
using VRage.Common.Utils;
using VRage.Library.Utils;


namespace EssentialsPlugin.Utility
{
Expand Down

0 comments on commit f6c705a

Please sign in to comment.