using UnityEngine; using System.Collections.Generic; namespace DeathBook.Model { public class Level { private int score; private List peeps; private List friendships; //private Generator gen; private int gameTime; private int globalAwareness; } }