Ejemplo n.º 1
0
 public CCWavesTiles3DState (CCWavesTiles3D action, CCNode target) : base (action, target)
 {
     Waves = action.Waves;
 }
Ejemplo n.º 2
0
 public CCWavesTiles3DState(CCWavesTiles3D action, CCNodeGrid target) : base(action, target)
 {
     Waves = action.Waves;
 }