te
This commit is contained in:
parent
01151e679b
commit
57b2f0400e
265 changed files with 22828 additions and 6 deletions
23
Unused/Decal.Adapter.Wrappers/UIElementType.cs
Normal file
23
Unused/Decal.Adapter.Wrappers/UIElementType.cs
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
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
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue