mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-08 03:28:20 +02:00
11 lines
166 B
Beef
11 lines
166 B
Beef
using System;
|
|
using System.Collections;
|
|
using System.Text;
|
|
|
|
namespace Beefy.widgets
|
|
{
|
|
public class ComboBox : Widget
|
|
{
|
|
public bool mDisabled;
|
|
}
|
|
}
|