public PowerupData(EPowerupType atype, int alevel) { Type = atype; Level = alevel; }
public PowerupData() { Type = EPowerupType.None; Level = 0; }