This commit is contained in:
JohnCorby 2023-08-02 14:09:56 -07:00
parent 9ab603f4a9
commit cc16723dbb

View File

@ -181,7 +181,7 @@ public partial class PlayerInfo
HUDBox.OnRespawn();
}
// internal for message
// internal for RequestStateResyncMessage
internal readonly Dictionary<string, object> _customData = new();
public void SetCustomData<T>(string key, T data)