mirror of
https://github.com/roflmuffin/CounterStrikeSharp.git
synced 2025-12-07 08:26:34 -08:00
17 lines
311 B
C#
17 lines
311 B
C#
// <auto-generated />
|
|
#nullable enable
|
|
#pragma warning disable CS1591
|
|
|
|
using System;
|
|
|
|
namespace CounterStrikeSharp.API.Core;
|
|
|
|
public enum FacingMode : byte
|
|
{
|
|
FacingMode_Invalid = 0x0,
|
|
FacingMode_Manual = 0x1,
|
|
FacingMode_Path = 0x2,
|
|
FacingMode_LookTarget = 0x3,
|
|
FacingMode_ManualPosition = 0x4,
|
|
}
|