diff --git a/spine-csharp/src/SkeletonBounds.cs b/spine-csharp/src/SkeletonBounds.cs index 936860b13..b07ba8ad3 100644 --- a/spine-csharp/src/SkeletonBounds.cs +++ b/spine-csharp/src/SkeletonBounds.cs @@ -207,13 +207,13 @@ namespace Spine { return index == -1 ? null : Polygons[index]; } } -} -public class Polygon { - public float[] Vertices { get; set; } - public int Count { get; set; } + public class Polygon { + public float[] Vertices { get; set; } + public int Count { get; set; } - public Polygon () { - Vertices = new float[16]; + public Polygon () { + Vertices = new float[16]; + } } }