mirror of
https://github.com/roflmuffin/CounterStrikeSharp.git
synced 2025-12-08 00:46:34 -08:00
22 lines
380 B
C#
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,
|
|
}
|