Moved PlayerSpawner to Netick.Samples namespace.

This commit is contained in:
Karrar
2025-02-28 21:25:08 +03:00
parent 33f4c44d51
commit f56df7fc48
9 changed files with 40 additions and 30 deletions

View File

@@ -5,6 +5,9 @@ using Network = Netick.Unity.Network;
namespace Netick.Samples
{
/// <summary>
/// This is a helper script for quick prototyping, used to show useful network information of Netick.
/// </summary>
[AddComponentMenu("Netick/Network Info")]
public class NetworkInfo : NetworkEventsListener
{