Added TODOs

This commit is contained in:
trotFunky 2019-09-19 15:25:10 +02:00
parent ec696ca819
commit 686335b355
2 changed files with 4 additions and 2 deletions

View file

@ -26,7 +26,6 @@ public class InputManager : MonoBehaviour
//
// Manage action inputs
//
if (Input.GetButton("Fire1"))
{
_character.Shoot();