using UnityEngine; using System.Collections; namespace DeathBook.Model { public class Level { private int points; private Person[] peeps; //private Generator gen; private int gameTime; private int globalAwareness; } }