소스 검색

[csharp] Added point attachment to spine-csharp VS project

badlogic 8 년 전
부모
커밋
db6aad1a72
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      spine-csharp/spine-csharp.csproj

+ 1 - 0
spine-csharp/spine-csharp.csproj

@@ -64,6 +64,7 @@
     <Compile Include="src\Attachments\BoundingBoxAttachment.cs" />
     <Compile Include="src\Attachments\MeshAttachment.cs" />
     <Compile Include="src\Attachments\PathAttachment.cs" />
+    <Compile Include="src\Attachments\PointAttachment.cs" />
     <Compile Include="src\Attachments\RegionAttachment.cs" />
     <Compile Include="src\Attachments\VertexAttachment.cs" />
     <Compile Include="src\BlendMode.cs" />