SwiftlyS2

CMsgVector2D

Interface CMsgVector2D

Namespace: SwiftlyS2.Shared.ProtobufDefinitions

Assembly: SwiftlyS2.CS2.dll

public interface CMsgVector2D : ITypedProtobuf<CMsgVector2D>, INativeHandle

Implements

Properties

X

float X { get; set; }
Property Value

Y

float Y { get; set; }
Property Value

On this page