Files
CounterStrikeSharp/managed/CounterStrikeSharp.API/Core/Schema/Enums/PreviewCharacterMode.g.cs
2024-07-26 18:11:57 +10:00

22 lines
380 B
C#

// <auto-generated />
#nullable enable
#pragma warning disable CS1591
using System;
namespace CounterStrikeSharp.API.Core;
public enum PreviewCharacterMode : uint
{
DIORAMA = 0x0,
MAIN_MENU = 0x1,
BUY_MENU = 0x2,
TEAM_SELECT = 0x3,
END_OF_MATCH = 0x4,
INVENTORY_INSPECT = 0x5,
WALKING = 0x6,
TEAM_INTRO = 0x7,
WINGMAN_INTRO = 0x8,
BANNER = 0x9,
}