mirror of
https://github.com/MrOkiDoki/BattleBit-Community-Server-API.git
synced 2025-01-25 02:33:08 -03:00
8 lines
133 B
C#
8 lines
133 B
C#
|
namespace BattleBitAPI.Common
|
|||
|
{
|
|||
|
public enum PlayerStand : byte
|
|||
|
{
|
|||
|
Standing = 0, Crouching = 1, Proning = 2
|
|||
|
}
|
|||
|
}
|