Skip to content

Commit

Permalink
Update BaseMono.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
GrayWolf52 committed Jan 22, 2024
1 parent d067073 commit a9366b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion VirtueSky/Core/BaseMono.cs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ namespace VirtueSky.Core
{
public class BaseMono : MonoBehaviour, IEntity
{
[Header("Base Mono")] [SerializeField, NamedId]
[HeaderLine("Base Mono")] [SerializeField, NamedId]
string id;

public string Id => id;
Expand Down

0 comments on commit a9366b4

Please sign in to comment.