using System;
[Serializable]
public class SkorData
{
public int skor;
public SkorData(int skor)
this.skor = skor;
}