Ejemplo n.º 1
0
    protected override void Start()
    {
        base.Start();

        const float volleyFrequency = 3.0f;
        const float shotFrequency   = 12.0f;// 0.33f;
        const int   numShots        = 100;

        timer = new VolleyTimer(volleyFrequency, shotFrequency, numShots);
    }