|
58 | 58 | <Compile Include="GameObjects\Items\ItemBonus.cs" />
|
59 | 59 | <Compile Include="GameObjects\Items\ItemEquip.cs" />
|
60 | 60 | <Compile Include="GameObjects\Items\ItemMaterial.cs" />
|
61 |
| - <Compile Include="GameObjects\MapEntities\Actos\Hostile.cs" /> |
| 61 | + <Compile Include="GameObjects\MapEntities\Actors\Hostile.cs" /> |
62 | 62 | <Compile Include="GameObjects\MapEntities\EntitySpawner.cs" />
|
| 63 | + <Compile Include="GameObjects\MapEntities\Particle.cs" /> |
| 64 | + <Compile Include="GameObjects\MapEntities\ParticleEffect.cs" /> |
| 65 | + <Compile Include="GameObjects\MapEntities\ParticleGroup.cs" /> |
| 66 | + <Compile Include="GameObjects\MapEntities\ParticleGroups\Ring.cs" /> |
| 67 | + <Compile Include="GameObjects\MapEntities\Particles\Floating.cs" /> |
| 68 | + <Compile Include="GameObjects\MapEntities\Particles\Homing.cs" /> |
| 69 | + <Compile Include="GameObjects\MapEntities\Particles\LightBall.cs" /> |
| 70 | + <Compile Include="GameObjects\MapEntities\Particles\LightRay.cs" /> |
| 71 | + <Compile Include="GameObjects\MapEntities\Particles\Spiral.cs" /> |
63 | 72 | <Compile Include="GameObjects\StatBonus.cs" />
|
64 | 73 | <Compile Include="GameObjects\World.cs" />
|
65 | 74 | <Compile Include="GameObjects\MapEntities\Actor.cs" />
|
66 | 75 | <Compile Include="GameObjects\MapEntities\ActorLogic\StatObject.cs" />
|
67 |
| - <Compile Include="GameObjects\MapEntities\Actos\Player.cs" /> |
| 76 | + <Compile Include="GameObjects\MapEntities\Actors\Player.cs" /> |
68 | 77 | <Compile Include="GameObjects\MapEntity.cs" />
|
69 | 78 | <Compile Include="GameObjects\RNG.cs" />
|
70 | 79 | <Compile Include="Interfaces\IActionIcon.cs" />
|
|
0 commit comments