mirror of
https://github.com/sinbad/StevesUEHelpers.git
synced 2025-02-23 17:45:23 +00:00
Update ReadMe.md
Specify the need to have `using System.IO;` in Build.cs
This commit is contained in:
parent
8c5f165416
commit
b9f9657cc0
@ -40,6 +40,10 @@ Alternatively you can download the ZIP of this repo and place it in
|
||||
Edit YourProject.Build.cs and do something similar to this:
|
||||
|
||||
```csharp
|
||||
|
||||
using System.IO;
|
||||
using UnrealBuildTool;
|
||||
|
||||
public class YourProject : ModuleRules
|
||||
{
|
||||
private string PluginsPath
|
||||
@ -158,4 +162,4 @@ FITNESS FOR A PARTICULAR PURPOSE, TITLE AND NON-INFRINGEMENT. IN NO EVENT
|
||||
SHALL THE COPYRIGHT HOLDERS OR ANYONE DISTRIBUTING THE SOFTWARE BE LIABLE
|
||||
FOR ANY DAMAGES OR OTHER LIABILITY, WHETHER IN CONTRACT, TORT OR OTHERWISE,
|
||||
ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
||||
DEALINGS IN THE SOFTWARE.
|
||||
DEALINGS IN THE SOFTWARE.
|
||||
|
Loading…
x
Reference in New Issue
Block a user