Merge pull request #296 from nikibobi/fix-295

Fixes problem with IK classes not found
This commit is contained in:
Nathan Sweet 2014-10-01 00:02:36 +02:00
commit f865e95a7c

View File

@ -69,6 +69,8 @@
<Compile Include="src\AnimationState.cs" />
<Compile Include="src\Event.cs" />
<Compile Include="src\EventData.cs" />
<Compile Include="src\IkConstraint.cs" />
<Compile Include="src\IkConstraintData.cs" />
<Compile Include="src\Json.cs" />
<Compile Include="src\Skeleton.cs" />
<Compile Include="src\SkeletonData.cs" />