Files
pgs/Assets/Scripts/PortalRegistryController.cs

8 lines
202 B
C#
Raw Permalink Normal View History

2026-02-21 16:58:22 -08:00
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
public class PortalRegistryController : MonoBehaviour {
[SerializeField] public List<PortalController> registry;
}