generated from Basemash_UE/UE_Template
adittion of power calculation for shot distance and power UI
This commit is contained in:
parent
a15d714566
commit
3b960967c4
54 changed files with 4164 additions and 26 deletions
12
Source/PSC_SharkTable.Target.cs
Normal file
12
Source/PSC_SharkTable.Target.cs
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
using UnrealBuildTool;
|
||||
|
||||
public class PSC_SharkTableTarget : TargetRules
|
||||
{
|
||||
public PSC_SharkTableTarget(TargetInfo Target) : base(Target)
|
||||
{
|
||||
DefaultBuildSettings = BuildSettingsVersion.Latest;
|
||||
IncludeOrderVersion = EngineIncludeOrderVersion.Latest;
|
||||
Type = TargetType.Game;
|
||||
ExtraModuleNames.Add("PSC_SharkTable");
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue