d
This commit is contained in:
parent
e70cae920c
commit
0756023c5a
1 changed files with 0 additions and 8 deletions
|
@ -415,14 +415,6 @@ namespace DangerousD.GameCore.GameObjects.LivingEntities
|
||||||
}
|
}
|
||||||
public override void Update(GameTime gameTime)
|
public override void Update(GameTime gameTime)
|
||||||
{
|
{
|
||||||
if (time >= 10)
|
|
||||||
{
|
|
||||||
AppManager.Instance.GameManager.Remove(this);
|
|
||||||
}
|
|
||||||
if (gameTime.TotalGameTime.Milliseconds > 800)
|
|
||||||
{
|
|
||||||
time += 1;
|
|
||||||
}
|
|
||||||
base.Update(gameTime);
|
base.Update(gameTime);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue