Ejemplo n.º 1
0
 public virtual void Restore()
 {
     if (mParentPool != null)
     {
         mParentPool.Restore(this);
     }
 }
Ejemplo n.º 2
0
    public void Restore()
    {
        ISubPool pool = ObjectPoolSingleton.Instance.GetPool <HudCollect>();

        pool.Restore(this);
    }
Ejemplo n.º 3
0
    public void Restore()
    {
        ISubPool pool = ObjectPoolSingleton.Instance.GetPool <TimerIcon>();

        pool.Restore(this);
    }
Ejemplo n.º 4
0
    public void Restore()
    {
        ISubPool pool = ObjectPoolSingleton.Instance.GetPool <HudProduceBar>();

        pool.Restore(this);
    }