Skip to content

Commit

Permalink
fix: add missing CompMenu for CharacterSpawner
Browse files Browse the repository at this point in the history
  • Loading branch information
uweeby authored and James-Frowen committed Jul 9, 2023
1 parent 0bcbc7f commit 87c6204
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Assets/Mirage/Runtime/CharacterSpawner.cs
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ namespace Mirage
/// Spawns a player as soon as the connection is authenticated
/// </summary>
[HelpURL("https://miragenet.github.io/Mirage/docs/guides/game-objects/spawn-player/")]
[AddComponentMenu("Network/CharacterSpawner")]
public class CharacterSpawner : MonoBehaviour
{
private static readonly ILogger logger = LogFactory.GetLogger(typeof(CharacterSpawner));
Expand Down

0 comments on commit 87c6204

Please sign in to comment.