using System;
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
// classes are grouped together making a namespace
public class Hacker : MonoBehaviour {
// Function/Method for initialization
// Functions "Messages"
// get called from outside the
// class.
// OnStart
int level; //Game State 0
enum Screen { MainMenu, Password, Win };
This file has been truncated. show original