Maze / Library /PackageCache /com.unity.testtools.codecoverage@1.2.3 /Samples~ /Tutorial /Asteroids /Tests /TestsReferences.cs
| using UnityEngine; | |
| public class TestsReferences : MonoBehaviour | |
| { | |
| public Object asteroidsScene; | |
| public GameObject spaceshipPrefab; | |
| public GameObject cameraPrefab; | |
| public GameObject asteroidPrefab; | |
| public GameObject gameManagerPrefab; | |
| public GameObject projectilePrefab; | |
| public GameObject laserPrefab; | |
| public GameObject inGameMenuPrefab; | |
| public GameObject spaceshipDebrisPrefab; | |
| public GameObject explosionPrefab; | |
| } | |