mirror of
https://github.com/Dadechin/Unity-WebSocket.git
synced 2025-07-18 11:14:34 +00:00
11 lines
148 B
C#
11 lines
148 B
C#
|
namespace FishNet.Object
|
|||
|
{
|
|||
|
|
|||
|
internal enum MissingObjectPacketLength : int
|
|||
|
{
|
|||
|
Reliable = -1,
|
|||
|
PurgeRemaiming = -2,
|
|||
|
}
|
|||
|
|
|||
|
|
|||
|
}
|