Table of Contents
Helper class for defining a ModWindow whose start menu entry is nested beneath another
public abstract class ModWindow<T> : BTD_Mod_Helper.Api.UI.ModWindow
where T : BTD_Mod_Helper.Api.UI.ModStartMenuEntry
T
the parent Start Menu entry
Inheritance System.Object ModContent NamedModContent ModStartMenuEntry ModWindow ModWindow
The parent entry that this should be nested under
public override BTD_Mod_Helper.Api.UI.ModStartMenuEntry ParentEntry { get; }