123456789101112 |
- using WCS.Core;
- using WCS.Entity.Protocol.Protocol.Truss;
- namespace WCS.WorkEngineering.Extensions
- {
- public class Truss : Device<ITruss520, ITruss521, ITruss523>
- {
- public Truss(Device device, World world) : base(device, world)
- {
- }
- }
- }
|