enum Role (Niantic.ARDK.Networking.HLAPI.Authority.Role)

The common roles that can be used for network authority.

enum Role {
    None      = 0,
    Observer,
    Authority = UInt16.MaxValue,
};