1
This commit is contained in:
parent
c250021629
commit
0a06e5ce31
@ -53,6 +53,8 @@ class Car : public Creature
|
||||
void BeKill(int killer_id, const std::string& killer_name, int weapon_id);
|
||||
bool IsPassenger(Human* hum);
|
||||
void RecalcSelfCollider();
|
||||
bool NeedCreatureCollision();
|
||||
void CheckCreatureCollision();
|
||||
|
||||
private:
|
||||
long long born_frameno_ = 0;
|
||||
|
@ -2771,3 +2771,13 @@ void Creature::OnBattleStart(Room* room)
|
||||
RemoveBuffByUniId(*itr);
|
||||
}
|
||||
}
|
||||
|
||||
bool Creature::NeedCreatureCollision()
|
||||
{
|
||||
return false;
|
||||
}
|
||||
|
||||
void Creature::CheckCreatureCollision()
|
||||
{
|
||||
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user