예제 #1
0
 void OnClickRumah()
 {
     currentType = KoleksiTypes.Rumah;
     OnClickBottom();
     ChangeContent();
 }
예제 #2
0
 void OnClickFauna()
 {
     currentType = KoleksiTypes.Fauna;
     OnClickBottom();
     ChangeContent();
 }
예제 #3
0
 void OnClickPakaian()
 {
     currentType = KoleksiTypes.Pakaian;
     OnClickBottom();
     ChangeContent();
 }
예제 #4
0
 void OnClickMusik()
 {
     currentType = KoleksiTypes.Musik;
     OnClickBottom();
     ChangeContent();
 }