Game Development Reference
In-Depth Information
public void Attack(Entity Entity)
{ Entity.TakeDamage(Strength); }
We'll not implement these actual behaviors in the code just yet as we will cover them in
more detail when we visit the battle system. For now, we are just setting the ground work
for what we expect to use in the game.
Search WWH ::




Custom Search