12 lines
231 B
C#
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 };
|
|
}
|
|
}
|