This commit is contained in:
Mohamed Ashraf
2026-03-03 01:35:55 +04:00
parent 69dc7a2279
commit 36daeebed0
9 changed files with 23 additions and 14 deletions

View File

@@ -7,6 +7,7 @@
#include "../Minecraft.Client/Textures.h"
#include "Silverfish.h"
#include "SoundTypes.h"
#include "../Minecraft.Client/Windows64/Windows64_App.h"
@@ -208,4 +209,4 @@ bool Silverfish::canSpawn()
MobType Silverfish::getMobType()
{
return ARTHROPOD;
}
}