mirror of
https://github.com/MrOkiDoki/BattleBit-Community-Server-API.git
synced 2025-01-27 19:47:15 -03:00
9 lines
116 B
C#
9 lines
116 B
C#
namespace BattleBitAPI.Networking
|
|
{
|
|
public enum NetworkCommuncation : byte
|
|
{
|
|
Hail = 0,
|
|
|
|
|
|
}
|
|
}
|