C# / NAPIaclNAPI.ACL.LogoutPlayerOn this pageNAPI.ACL.LogoutPlayerLogs a player out of ACL. Syntax ``` void NAPI.ACL.LogoutPlayer(Client player); ``` Required Arguments player: parameter input should be in Client type Example