// Copyright Epic Games, Inc. All Rights Reserved.
// This file is automatically generated. Changes to this file may be overwritten.
namespace Epic.OnlineServices.AntiCheatCommon
{
///
/// Anti-cheat action values. Applicable to both clients and remote peers.
///
public enum AntiCheatCommonClientAction : int
{
///
/// Not used
///
Invalid = 0,
///
/// The client/peer must be removed from the current game session
///
RemovePlayer = 1
}
}