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