using System; using System.Collections.Generic; using UnityEngine; namespace That_One_Nerd.Unity.Games.ArcadeManiac.Minigames.HackerMagic { [Serializable] public struct EnvironmentVariable { public string Name; public GameObject GameObject; } }