> For the complete documentation index, see [llms.txt](https://jrcooler.gitbook.io/easy-multiplayer/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://jrcooler.gitbook.io/easy-multiplayer/messenger/samples.md).

# Samples

The samples for the Messenger Tool can be found in the `Assets/Plugins/JrCooler/EasyMultiplayer/Messenger/Samples` folder. This directory contains both the sample scripts and the sample scene. Below, we provide explanations for each script.

<details>

<summary>MessengerSampleGettingStarted.cs</summary>

This script explains the basic usage of the Messenger system and demonstrates how to use the redirection feature.

</details>

<details>

<summary>MessengerSampleStatic.cs</summary>

This script provides an example of how messages can be utilized throughout your game, from static classes to MonoBehaviour, as long as you have at least one instance of them!

</details>

<details>

<summary>MessengerSampleComplex.cs</summary>

This script showcases the capabilities of JSON serialization within the Messenger system.

</details>

If you still need any help, [contact me](/easy-multiplayer/welcome.md#contact)!
