BattleBit-Community-Server-API/BattleBitAPI/Common/Enums/LeaningSide.cs

8 lines
103 B
C#
Raw Permalink Normal View History

2023-08-14 05:43:58 -04:00
namespace BattleBitAPI.Common
{
public enum LeaningSide
{
Left, None, Right
}
}