Exemplo n.º 1
0
    StateDeltasGroupManager2 m2;// new StateDeltasGroupManager2(this);


    private void Awake()
    {
        m2 = new StateDeltasGroupManager2(this);
    }
Exemplo n.º 2
0
 public PowerUpStateGroup(StateMonitor sm, StateDeltasGroupManager2 sd)
 {
     this.sm = sm;
     this.sd = sd;
 }