Skip to content

Commit

Permalink
internal
Browse files Browse the repository at this point in the history
  • Loading branch information
andreakarasho committed Jul 21, 2024
1 parent 5745fe2 commit 442e842
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Default.cs
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ public readonly struct Identifier
{
public static readonly EcsID ID = Lookup.Component<Identifier>.Value.ID;

public Identifier(string name) => Data = name;
internal Identifier(string name) => Data = name;

public readonly string Data;
}
Expand Down

0 comments on commit 442e842

Please sign in to comment.