mirror of
https://github.com/kuhyx/WUT_Computer_Science.git
synced 2026-07-04 17:43:12 +02:00
+ actions: basic actions that can the soldier creates on its own + interrupts: actions that are enqueued as a result of receiving orders. Executed before basic actions +/- renamed "UpdateTarget" to "TryAttackEnemy" + made "speedAttack" (attack delay) functional + prepared target position (modified by movement orders) |
||
|---|---|---|
| .. | ||
| Managers | ||
| Player | ||
| TickSystem | ||
| Managers.meta | ||
| Player.meta | ||
| Soldier.cs | ||
| Soldier.cs.meta | ||
| Squad.cs | ||
| Squad.cs.meta | ||
| TickSystem.meta | ||