示例#1
0
        //===================================================
        // PUBLIC METHODS
        //===================================================

        // Passes in the weaponPool

        public void Init(ObjectPool pool, int damageValue)
        {
            weaponPool = pool;
            damage     = damageValue;
        }