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