添加项目文件。

This commit is contained in:
TNT
2026-03-04 00:05:01 +08:00
parent 4da2c642ce
commit 8408e96f7e
1183 changed files with 6263 additions and 0 deletions

15
Source/lonese.Target.cs Normal file
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 loneseTarget : TargetRules
{
public loneseTarget(TargetInfo Target) : base(Target)
{
Type = TargetType.Game;
DefaultBuildSettings = BuildSettingsVersion.V6;
ExtraModuleNames.AddRange( new string[] { "lonese" } );
}
}