MosswartMassacre/Unused/Decal.Adapter.Wrappers/UIElementType.cs
2025-06-09 02:03:11 +02:00

23 lines
443 B
C#

using System;
namespace Decal.Adapter.Wrappers;
[CLSCompliant(true)]
public enum UIElementType
{
Smartbox = 268436634,
Chat = 268436993,
FloatChat1 = 268436741,
FloatChat2 = 268436750,
FloatChat3 = 268436751,
FloatChat4 = 268436752,
Examination = 268436983,
Vitals = 268436986,
EnvPack = 268436989,
Panels = 268436991,
TBar = 268436995,
Indicators = 268437009,
ProgressBar = 268437011,
Combat = 268437173,
Radar = 268437202
}