-Changed NetworkSync interfaces.

This commit is contained in:
Maplewheels
2026-02-06 23:50:43 -05:00
parent d47b75c778
commit 87dc9be10e
4 changed files with 11 additions and 11 deletions
@@ -5,12 +5,12 @@ using Barotrauma.Networking;
namespace Barotrauma.LuaCs;
public interface INetworkSyncEntity
public interface INetworkSyncVar
{
/// <summary>
/// Network-synchronized object ID. Used for networking send/receive message events.
/// </summary>
ulong InstanceId { get; }
Guid InstanceId { get; }
/// <summary>
/// Sets the <see cref="IEntityNetworkingService"/> that is currently managing this instance. The <see cref="InstanceId"/>