Skip to content

Commit bfebe3e

Browse files
committed
- Optimized ActorComponents view by hiding "script" field
1 parent 6cf152a commit bfebe3e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Entity System/Unity Layer/ActorComponent.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55

66
namespace EasyCS
77
{
8+
[HideMonoScript]
89
public class ActorComponent : EasyCSBehavior, IEventListener<EventEntityKilled>
910
{
1011
[SerializeField, ReadOnly, Required, ShowIf("EditorShowActor")]

0 commit comments

Comments
 (0)