This commit is contained in:
JohnCorby 2022-08-18 12:46:21 -07:00
parent 24634cf423
commit 9d15185c96

View File

@ -6,6 +6,8 @@ namespace QSB.ItemSync;
/// <summary>
/// used for initial state sync.
/// we have to store this separately because it's not saved in the item itself, unfortunately.
///
/// BUG: there are some cases (like remote unsocket) where HasBeenInteractedWith or other state isn't set.
/// </summary>
public class ItemState
{