File size: 304 Bytes
7e9dc27
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
-- This file is part of broadcaster library
-- Licensed under MIT License
-- Copyright (c) 2019 Ranx
-- https://github.com/r4nx/broadcaster
-- Version 0.2.0

local magic = {}

magic.RPC_IN = 151
magic.RPC_OUT = 97
magic.PACKETS_LEN = 16
magic.MAX_SESSION_CONTENT_LENGTH = 256

return magic