TH1/Unity/Assets/Scripts/Model/Client/Module/Message/ClientSessionErrorComponent.cs
2025-07-17 18:26:28 +08:00

8 lines
145 B
C#

namespace ET.Client
{
[ComponentOf(typeof(Session))]
public class ClientSessionErrorComponent: Entity, IAwake, IDestroy
{
}
}