- using System.Collections.Generic;
 
- namespace GFGGame
 
- {
 
-     public class CustomSuitData
 
-     {
 
-         public CustomSuitData(int index)
 
-         {
 
-             this.pos = index;
 
-         }
 
-         public int pos;
 
-         public int bg;
 
-         public int suitId;
 
-         public bool pic;
 
-         public List<int> equipDatas = new List<int>();
 
-     }
 
- }
 
 
  |