mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-29 12:55:59 +02:00
12 lines
174 B
Beef
12 lines
174 B
Beef
![]() |
using System;
|
||
|
using System.Collections.Generic;
|
||
|
using System.Text;
|
||
|
|
||
|
namespace Beefy.widgets
|
||
|
{
|
||
|
public class ComboBox : Widget
|
||
|
{
|
||
|
public bool mDisabled;
|
||
|
}
|
||
|
}
|