MCPcopy Create free account
hub / github.com/Megafunk/MassSample / MassSampleProjectEditorTarget

Class MassSampleProjectEditorTarget

Source/MassSampleProjectEditor.Target.cs:6–12  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4using System.Collections.Generic;
5
6public class MassSampleProjectEditorTarget : MassSampleProjectTarget
7{
8 public MassSampleProjectEditorTarget(TargetInfo Target) : base(Target)
9 {
10 Type = TargetType.Editor;
11 }
12}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected