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

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

private BUserIsVacBanned ( [ rgubTicketDecrypted, uint cubTicketDecrypted ) : bool
rgubTicketDecrypted [
cubTicketDecrypted uint
Результат bool
		public static extern bool BUserIsVacBanned([In, Out] byte[] rgubTicketDecrypted, uint cubTicketDecrypted);
NativeMethods