| 12345678910111213 |
- using System.Collections.Generic;
- namespace ET
- {
- public class NetWSComponent : Entity, IAwake<int>, IAwake<IEnumerable<string>>, IAwake, IDestroy, IUpdate
- {
- public AService AService;
- public int SessionStreamDispatcherType { get; set; }
- }
- }
|