adittion of power calculation for shot distance and power UI

This commit is contained in:
DjordjeIlic 2026-06-08 16:59:05 +02:00
parent a15d714566
commit 3b960967c4
54 changed files with 4164 additions and 26 deletions

View 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");
}
}