added: turned existing structures into prefabs

This commit is contained in:
Chris
2025-08-19 13:03:17 -04:00
parent ea114acb8b
commit 6044383b24
62 changed files with 56612 additions and 0 deletions

2
Assets/SelectionBase.cs Normal file
View File

@@ -0,0 +1,2 @@
using UnityEngine;
[SelectionBase] public class SelectionBase : MonoBehaviour{ }