예제 #1
0
        // TODO remove unused
        // Tools
        // For both scanners
        public void SendCompassRotation(Quaternion rotation)
        {
            CompassRotationMessage msg = new CompassRotationMessage();

            msg.rot = rotation; // Client.Instance.Labyrinth.Value.GetTilesToPaint();

            clientConnection.Send(msg.GetMsgType(), msg);
        }