diff options
Diffstat (limited to 'UGCExample.uproject')
| -rw-r--r-- | UGCExample.uproject | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/UGCExample.uproject b/UGCExample.uproject new file mode 100644 index 0000000..70f4826 --- /dev/null +++ b/UGCExample.uproject @@ -0,0 +1,13 @@ +{ + "FileVersion": 3, + "EngineAssociation": "", + "Category": "", + "Description": "", + "Modules": [ + { + "Name": "UGCExample", + "Type": "Runtime", + "LoadingPhase": "Default" + } + ] +}
\ No newline at end of file |