Updated initial setup
This commit is contained in:
15
PluginManager/WindowManagement/Controls/ConsoleOption.cs
Normal file
15
PluginManager/WindowManagement/Controls/ConsoleOption.cs
Normal file
@@ -0,0 +1,15 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace PluginManager.WindowManagement.Controls
|
||||
{
|
||||
public class ConsoleOption
|
||||
{
|
||||
public string Text { get; set; }
|
||||
public byte Index { get; set; }
|
||||
|
||||
public Action Action { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user