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

Inherits IEquatable< RawEncryptedVector3Int >.

Public Attributes

int x
 
int y
 
int z
 

Detailed Description

Used to store encrypted Vector3Int.

Member Data Documentation

◆ x

int x

Encrypted value

◆ y

int y

Encrypted value

◆ z

int z

Encrypted value