Domain.IUser_PayloadTable.GetPayloadTypes C# (CSharp) Method

GetPayloadTypes() public static method

public static GetPayloadTypes ( ) : ].Type[
return ].Type[
        public static Type[,] GetPayloadTypes()
        {
            return new Type[,] {
                { typeof(JoinGame_Invoke), typeof(JoinGame_Return) },
                { typeof(LeaveGame_Invoke), null },
                { typeof(RegisterPairing_Invoke), null },
                { typeof(UnregisterPairing_Invoke), null },
            };
        }
IUser_PayloadTable