MCPcopy Create free account
hub / github.com/DruidMech/MultiplayerCourseMenuSystem / MenuSystemTarget

Class MenuSystemTarget

Source/MenuSystem.Target.cs:6–14  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4using System.Collections.Generic;
5
6public 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}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected