diff --git a/spine-csharp/src/Attachments/Sequence.cs b/spine-csharp/src/Attachments/Sequence.cs index 4d4ae6dca..59b563abb 100644 --- a/spine-csharp/src/Attachments/Sequence.cs +++ b/spine-csharp/src/Attachments/Sequence.cs @@ -50,7 +50,7 @@ namespace Spine { /// The index of the region to show for the setup pose. public int SetupIndex { get { return setupIndex; } set { setupIndex = value; } } public TextureRegion[] Regions { get { return regions; } } - public bool PathSuffix { get { return pathSuffix; } } + public bool HasPathSuffix { get { return pathSuffix; } } /// Returns a unique ID for this attachment. public int Id { get { return id; } }