Files
GoakeFlax/Plugins/Cabrito/Source/CabritoEditorTarget.Build.cs
GoaLitiuM 649b8a803c WIP
2021-02-19 18:54:36 +02:00

14 lines
496 B
C#
Raw Blame History

This file contains invisible Unicode characters
This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
using Flax.Build;
public class CabritoEditorTarget : GameProjectEditorTarget
{
/// <inheritdoc />
public override void Init()
{
base.Init();
// Reference the modules for editor
Modules.Add("Cabrito");
}
}