You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
17 lines
277 B
Perl
17 lines
277 B
Perl
# Copyright 1998-2017 Epic Games, Inc. All Rights Reserved.
|
|
|
|
use strict;
|
|
use warnings;
|
|
use Data::Dumper;
|
|
use File::Copy;
|
|
use File::Path;
|
|
use File::Find;
|
|
use List::Util ('min', 'max');
|
|
use ElectricCommander();
|
|
use JSON;
|
|
use URI::Escape;
|
|
|
|
use Commands;
|
|
|
|
execute_command(\@ARGV);
|