delete early component. that. yknow. deletes... early...?

This commit is contained in:
Lillith Rose 2026-01-07 23:17:31 -05:00
parent 54c79328f6
commit c361ad2945
11 changed files with 135 additions and 0 deletions

View file

@ -0,0 +1,11 @@
using UnityEngine;
namespace gay.lilyy.DeleteEarly
{
[AddComponentMenu("LillithRosePup/Delete Early")]
public class DeleteEarlyConfig : MonoBehaviour, VRC.SDKBase.IEditorOnly
{
public GameObject targetObject;
}
}