Fixed comment in template

This commit is contained in:
Chris Langsenkamp 2020-04-01 05:33:16 -04:00
parent d2a58a4c25
commit e420dcb6b6

View File

@ -26,7 +26,7 @@ public class #SCRIPTNAME# : NetworkRoomManager
public override void OnRoomStartServer() { }
/// <summary>
/// This is called on the server when the server is started - including when a host is stopped.
/// This is called on the server when the server is stopped - including when a host is stopped.
/// </summary>
public override void OnRoomStopServer() { }