// Token: 0x06000034 RID: 52 RVA: 0x000037E0 File Offset: 0x000019E0
        public void DrawTurret()
        {
            Matrix4x4 matrix4x = default(Matrix4x4);

            matrix4x.SetTRS(this.parentTurret.DrawPos + Altitudes.AltIncVect, GenMath.ToQuat(this.CurRotation), (this.parentTurret.TopSizeComp == null) ? Vector3.one : this.parentTurret.TopSizeComp.Props.topSize);
            Graphics.DrawMesh(MeshPool.plane20, matrix4x, this.parentTurret.def.building.turretTopMat, 0);
        }