Example #1
0
 //---------------------------------------------------------------------
 public void setTag(string tag)
 {
     foreach (var it in mFishs)
     {
         it.setTag(tag);
     }
     if (mRedBottom != null)
     {
         mRedBottom.setTag(tag);
     }
 }