N_WolfCurses_Menu - Maxwolf/WolfCurses GitHub Wiki

WolfCurses.Menu Namespace

Dynamic menu system that uses enumeration attributes to define what commands are valid for a given window, this is not required and completely optional.

Classes

 

Class Description
Public class MenuChoice(T) Defines a choice in the dynamic action selection system for a given game mode. This is intended to be used by a wrapper for menu choices that aggregates all of the possible actions a given game mode can make while it is active in the simulation.

Interfaces

 

Interface Description
Public interface IMenuChoice(T) Defines a choice in the dynamic action selection system for a given game Windows. This is intended to be used by a wrapper for menu choices that aggregates all of the possible actions a given game Windows can make while it is active in the simulation.
 
⚠️ **GitHub.com Fallback** ⚠️