| 4 | using System.Collections.Generic; |
| 5 | |
| 6 | public class MassSampleProjectTarget : TargetRules |
| 7 | { |
| 8 | public MassSampleProjectTarget(TargetInfo Target) : base(Target) |
| 9 | { |
| 10 | Type = TargetType.Game; |
| 11 | ExtraModuleNames.AddRange(new string[] { "MassSampleProject" }); |
| 12 | |
| 13 | DefaultBuildSettings = BuildSettingsVersion.V5; |
| 14 | } |
| 15 | } |
nothing calls this directly
no outgoing calls
no test coverage detected