Anti-Cheat Toolkit  2023.2.6
Multi-purpose anti-cheat solution for Unity Engine
ObscuredQuaternion.RawEncryptedQuaternion Struct Reference

Inherits IEquatable< RawEncryptedQuaternion >.

Public Attributes

int x
 
int y
 
int z
 
int w
 

Detailed Description

Used to store encrypted Quaternion.

Member Data Documentation

◆ x

int x

Encrypted value

◆ y

int y

Encrypted value

◆ z

int z

Encrypted value

◆ w

int w

Encrypted value