new parallax, cpp lvl manager, tagged trigger etc

This commit is contained in:
2023-08-04 19:07:15 +05:00
parent d9570faa39
commit b943592108
89 changed files with 23532 additions and 1 deletions
+15
View File
@@ -0,0 +1,15 @@
// Fill out your copyright notice in the Description page of Project Settings.
using UnrealBuildTool;
using System.Collections.Generic;
public class MasharovDevEditorTarget : TargetRules
{
public MasharovDevEditorTarget(TargetInfo Target) : base(Target)
{
Type = TargetType.Editor;
DefaultBuildSettings = BuildSettingsVersion.V2;
ExtraModuleNames.AddRange( new string[] { "MasharovDev"} );
}
}