Debut mouvement Mob

This commit is contained in:
Estrela Allan p1923381
2020-04-30 18:05:19 +02:00
parent 97f45944db
commit 6c12f02787
4 changed files with 83 additions and 14 deletions

View File

@ -1,13 +1,13 @@
#pragma once
#include <vector>
#include "MobsCorpACorpIA.h"
#include "MobsIA.h"
class GestionMobs
{
public :
std::vector<KinematicBody2D*> mobs;
std::vector<MobsCorpACorpIA*> mobs;
public:
void AjoutMobC2C(int pvMax, int speed, int degat, int cooldown, int rangeDegat, int rangeAgro);