TH1/Unity/Assets/Scripts/Model/Client/Demo/Main/ClientSenderComponent.cs
2025-07-17 18:26:28 +08:00

10 lines
206 B
C#

namespace ET.Client
{
[ComponentOf(typeof(Scene))]
public class ClientSenderComponent: Entity, IAwake, IDestroy
{
public int fiberId;
public ActorId netClientActorId;
}
}