generated from Basemash_UE/UE_Template
Initial Commit
This commit is contained in:
parent
910d1e3133
commit
658e69962b
1413 changed files with 6375 additions and 0 deletions
12
Source/Simulore_Tirsova.Target.cs
Normal file
12
Source/Simulore_Tirsova.Target.cs
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
using UnrealBuildTool;
|
||||
|
||||
public class Simulore_TirsovaTarget : TargetRules
|
||||
{
|
||||
public Simulore_TirsovaTarget(TargetInfo Target) : base(Target)
|
||||
{
|
||||
DefaultBuildSettings = BuildSettingsVersion.Latest;
|
||||
IncludeOrderVersion = EngineIncludeOrderVersion.Latest;
|
||||
Type = TargetType.Game;
|
||||
ExtraModuleNames.Add("Simulore_Tirsova");
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue