removed unused stuff

This commit is contained in:
EntenKoeniq
2022-04-06 02:21:56 +02:00
parent fedc036e76
commit 7b2708f185

View File

@ -12,31 +12,12 @@ namespace CoopClient.Menus
/// </summary>
public class MenusMain
{
class MenuColor : LemonUI.Elements.I2Dimensional
{
public PointF Position { get; set; }
public SizeF Size { get; set; }
public Color Color { get; set; }
public void Draw()
{
}
public void Recalculate()
{
}
}
internal ObjectPool MenuPool = new ObjectPool();
// new MenuColor() { Position = new PointF(0, 0), Size = new SizeF(0, 0), Color = Color.FromArgb(0,0,0,0) }
internal NativeMenu MainMenu = new NativeMenu("RAGECOOP", "MAIN")
{
UseMouse = false,
Alignment = Main.MainSettings.FlipMenu ? GTA.UI.Alignment.Right : GTA.UI.Alignment.Left
};
#region SUB
internal Sub.Settings SubSettings = new Sub.Settings();