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