Advertisement
Guest User

Untitled

a guest
Dec 6th, 2019
184
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 0.35 KB | None | 0 0
  1. using System.Collections;
  2. using System.Collections.Generic;
  3. using UnityEngine;
  4.  
  5. public class RoomScript : MonoBehaviour
  6. {
  7.  
  8.     public int directionFromSpawn;
  9.     public GameObject[] roomConnections;
  10.     public roomCheck[] rCheck;
  11.     public bool[] connectionsEnabled;
  12.     public bool[] connectionsConnected;
  13.     public bool[] connectionsAvailable;
  14. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement