Packet.cs 243 B

1234567891011
  1. #if !BESTHTTP_DISABLE_ALTERNATE_SSL && (!UNITY_WEBGL || UNITY_EDITOR)
  2. #pragma warning disable
  3. namespace BestHTTP.SecureProtocol.Org.BouncyCastle.Bcpg
  4. {
  5. public class Packet
  6. //: PacketTag
  7. {
  8. }
  9. }
  10. #pragma warning restore
  11. #endif