yapay zekanın oluşturduğu kod
// Assuming you want to have a limit on max attack and movement speeds
const float MAX_ATTACK_SPEED = 10.0f; // Example value, you can adjust this
const float MAX_MOVE_SPEED = 5.0f; // Example value, you can adjust this
void...