├── .gitignore ├── README.md └── csharp └── ExecuteFunction.cs /.gitignore: -------------------------------------------------------------------------------- 1 | /.vscode -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PlayFab/pf-af-devfuncs/HEAD/README.md -------------------------------------------------------------------------------- /csharp/ExecuteFunction.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PlayFab/pf-af-devfuncs/HEAD/csharp/ExecuteFunction.cs --------------------------------------------------------------------------------