Steamworks.NativeMethods.ISteamGameServer_AssociateWithClan C# (CSharp) Method

ISteamGameServer_AssociateWithClan() private method

private ISteamGameServer_AssociateWithClan ( CSteamID steamIDClan ) : ulong
steamIDClan CSteamID
return ulong
		public static extern ulong ISteamGameServer_AssociateWithClan(CSteamID steamIDClan);
NativeMethods