Ejemplo n.º 1
0
    // Use this for initialization
    void Start()
    {
        playerCtrl = GetComponent <PlayerGameplayController>();
        Debug.Assert(playerCtrl);

        timeSinceLastShot = 0.0f;
    }
Ejemplo n.º 2
0
    // Use this for initialization
    void Start()
    {
        playerCtrl = GetComponent<PlayerGameplayController>();
        Debug.Assert(playerCtrl);

        timeSinceLastShot = 0.0f;
    }
Ejemplo n.º 3
0
 public void CollisionWith(PlayerGameplayController player)
 {
     GameObject.Destroy(gameObject);
 }
Ejemplo n.º 4
0
 public void CollisionWith(PlayerGameplayController player)
 {
     GameObject.Destroy(gameObject);
 }