public CCWavesTiles3DState (CCWavesTiles3D action, CCNode target) : base (action, target)
 {
     Waves = action.Waves;
 }
 public CCWavesTiles3DState(CCWavesTiles3D action, CCNodeGrid target) : base(action, target)
 {
     Waves = action.Waves;
 }