Steamworks.NativeMethods.ISteamGameServer_AssociateWithClan C# (CSharp) Метод

ISteamGameServer_AssociateWithClan() приватный Метод

private ISteamGameServer_AssociateWithClan ( CSteamID steamIDClan ) : ulong
steamIDClan CSteamID
Результат ulong
		public static extern ulong ISteamGameServer_AssociateWithClan(CSteamID steamIDClan);
NativeMethods