feat: adicionar projeto ZClientMMO (Source, Content, Config, Plugins)

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
2026-05-07 01:33:28 -03:00
parent 3e4e9ac30d
commit ae4b954ab0
861 changed files with 10089 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
// Copyright Epic Games, Inc. All Rights Reserved.
using UnrealBuildTool;
using System.Collections.Generic;
public class ZClientMMOTarget : TargetRules
{
public ZClientMMOTarget(TargetInfo Target) : base(Target)
{
Type = TargetType.Game;
DefaultBuildSettings = BuildSettingsVersion.V6;
IncludeOrderVersion = EngineIncludeOrderVersion.Unreal5_7;
ExtraModuleNames.Add("ZClientMMO");
}
}