10 lines
206 B
C#
10 lines
206 B
C#
namespace ET.Client
|
|
{
|
|
[ComponentOf(typeof(Scene))]
|
|
public class ClientSenderComponent: Entity, IAwake, IDestroy
|
|
{
|
|
public int fiberId;
|
|
|
|
public ActorId netClientActorId;
|
|
}
|
|
} |