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