Ejemplo n.º 1
0
 public PowerupData(EPowerupType atype, int alevel)
 {
     Type  = atype;
     Level = alevel;
 }
Ejemplo n.º 2
0
 public PowerupData()
 {
     Type  = EPowerupType.None;
     Level = 0;
 }