11 lines
190 B
C#
Raw Normal View History

2024-01-27 10:19:32 +01:00
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
public class Proposition
{
public string photoUrl;
public Player owner;
public string[] voters;
}