This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import json | |
from collections import OrderedDict | |
import shutil | |
import os | |
import zipfile | |
import py7zr | |
# version: 1.0.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Copyright 1998-2014 Epic Games, Inc. All Rights Reserved. | |
using UnrealBuildTool; | |
using System.Collections.Generic; | |
public class GameTestServerTarget : TargetRules | |
{ | |
public GameTestServerTarget(TargetInfo Target) | |
{ | |
Type = TargetType.Server; |