Files
Dec2017-Script-Dump/Photon3Unity3D/ExitGames/Client/Photon/SerializeMethod.cs
T
2026-06-04 11:42:34 +02:00

9 lines
188 B
C#

using System;
namespace ExitGames.Client.Photon
{
// Token: 0x02000022 RID: 34
// (Invoke) Token: 0x060001BA RID: 442
public delegate byte[] SerializeMethod(object customObject);
}