delete early component. that. yknow. deletes... early...?
This commit is contained in:
parent
54c79328f6
commit
c361ad2945
11 changed files with 135 additions and 0 deletions
11
DeleteEarly/Runtime/DeleteEarlyConfig.cs
Normal file
11
DeleteEarly/Runtime/DeleteEarlyConfig.cs
Normal 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;
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue