This commit is contained in:
JohnCorby 2022-08-27 22:16:33 -07:00
parent 80495658f2
commit 2c30375c00

View File

@ -16,6 +16,9 @@ using UnityEngine;
namespace QSB.TimeSync;
/// <summary>
/// BUG: this runs on remote players = BAD! can we move this off of network player?
/// </summary>
[UsedInUnityProject]
public class WakeUpSync : NetworkBehaviour
{