Procházet zdrojové kódy

Added missing files.

closes #117
NathanSweet před 12 roky
rodič
revize
90877fe14c
1 změnil soubory, kde provedl 3 přidání a 0 odebrání
  1. 3 0
      spine-csharp/spine-csharp.csproj

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

@@ -60,10 +60,13 @@
     <Compile Include="src\Attachments\AtlasAttachmentLoader.cs" />
     <Compile Include="src\Attachments\Attachment.cs" />
     <Compile Include="src\Attachments\AttachmentType.cs" />
+    <Compile Include="src\Attachments\BoundingBoxAttachment.cs" />
     <Compile Include="src\Attachments\RegionAttachment.cs" />
     <Compile Include="src\Bone.cs" />
     <Compile Include="src\BoneData.cs" />
     <Compile Include="src\AnimationState.cs" />
+    <Compile Include="src\Event.cs" />
+    <Compile Include="src\EventData.cs" />
     <Compile Include="src\Json.cs" />
     <Compile Include="src\Skeleton.cs" />
     <Compile Include="src\SkeletonData.cs" />