Skip to content

Commit

Permalink
Added AddComponentMenu
Browse files Browse the repository at this point in the history
[AddComponentMenu("Cyan/To Do", 1)]
  • Loading branch information
Cyanilux authored Aug 11, 2020
1 parent f05c220 commit cd5717b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ToDo/ToDo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@

namespace Cyan.ToDo {

[AddComponentMenu("Cyan/To Do", 1)]
public class ToDo : MonoBehaviour {

public string listName = "To Do";
Expand Down

0 comments on commit cd5717b

Please sign in to comment.