1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-08 03:28:20 +02:00
Beef/BeefLibs/Beefy2D/src/widgets/ComboBox.bf

11 lines
166 B
Beef

using System;
using System.Collections;
using System.Text;
namespace Beefy.widgets
{
public class ComboBox : Widget
{
public bool mDisabled;
}
}