Steamworks.NativeMethods.ISteamGameServer_AssociateWithClan C# (CSharp) Méthode

ISteamGameServer_AssociateWithClan() private méthode

private ISteamGameServer_AssociateWithClan ( CSteamID steamIDClan ) : ulong
steamIDClan CSteamID
Résultat ulong
		public static extern ulong ISteamGameServer_AssociateWithClan(CSteamID steamIDClan);
NativeMethods