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

12 lines
231 B
C#

using System;
namespace ExitGames.Client.Photon
{
// Token: 0x02000006 RID: 6
internal static class Version
{
// Token: 0x0400000F RID: 15
internal static readonly byte[] clientVersion = new byte[] { 4, 1, 1, 18 };
}
}