This commit is contained in:
niko
2026-06-04 11:42:34 +02:00
parent f39ba70a9f
commit e720b98cd1
7488 changed files with 2493818 additions and 0 deletions
@@ -0,0 +1,14 @@
using System;
namespace ExitGames.Client.Photon
{
// Token: 0x0200001D RID: 29
internal static class SerializationProtocolFactory
{
// Token: 0x06000199 RID: 409 RVA: 0x0000F120 File Offset: 0x0000D320
internal static IProtocol Create(SerializationProtocol serializationProtocol)
{
return new Protocol16();
}
}
}