Group all components into a folder
This commit is contained in:
parent
5badf016a5
commit
a8d5ba8ba1
9 changed files with 10 additions and 0 deletions
|
|
@ -7,6 +7,7 @@ using VRC.SDKBase;
|
|||
namespace gay.lilyy.MusicPlayer
|
||||
{
|
||||
[RequireComponent(typeof(AudioSource))]
|
||||
[AddComponentMenu("LillithRosePup/Music Player Song")]
|
||||
public class MusicPlayerSong : MonoBehaviour, IEditorOnly {
|
||||
public string Name = "Song Name";
|
||||
[HideInInspector]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue