Added all the other GhostSystem Scripts

This commit is contained in:
Thorbjoern
2025-05-26 01:23:52 +02:00
parent e5bca03433
commit 3ec28d4bc5
30 changed files with 1638 additions and 149 deletions
@@ -6,6 +6,7 @@ using UnityEngine;
[CreateAssetMenu]
public class RoomPrefs : ScriptableObject
{
public string sceneId;
public bool doors = false;
public bool furniture = true;
public bool portals = false;