Skip to content

Commit

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

[SerializeField] [TextArea(2, 5)] private string description;
Expand Down

0 comments on commit 3275928

Please sign in to comment.