added: turned existing structures into prefabs

This commit is contained in:
Chris
2025-08-19 13:03:17 -04:00
parent b374c960b7
commit 3f6cb7d3fb
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{ }