summaryrefslogtreecommitdiff
path: root/Client/Assembly-CSharp/ShipRoom.cs
blob: 8dae7a64fe59d7b6cebc96f9cdc1d4476ae38a47 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
using System;
using UnityEngine;

public class ShipRoom : MonoBehaviour
{
	public SystemTypes RoomId;

	public SurvCamera survCamera;

	public Collider2D roomArea;

	public AudioClip AmbientSound;

	public SoundGroup FootStepSounds;
}