1 2 3 4 5 6 7 8
namespace Steamworks; public enum PlayerAcceptState_t { k_EStateUnknown, k_EStatePlayerAccepted, k_EStatePlayerDeclined }