You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

20 lines
297 B

  1. using UnityEngine;
  2. using System.Collections;
  3. public class openingScene : MonoBehaviour {
  4. public GameObject player1;
  5. public GameObject player2;
  6. public GameObject openCam;
  7. // Use this for initialization
  8. void Start () {
  9. }
  10. // Update is called once per frame
  11. void Update () {
  12. }
  13. }