using System.Collections; using System.Collections.Generic; using UnityEngine; [System.Serializable] public class Proposition { public string photoUrl; public Player owner; public string[] voters; }