Skip to content

Commit 55f832b

Browse files
Protected Generator window
1 parent 76ad9ce commit 55f832b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Editor/GenerateFileEditorWindow.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
using UnityEngine;
77

88
namespace ElRaccoone.EntityComponentSystem.Editor {
9-
public class GenerateFileEditorWindow : EditorWindow {
9+
internal class GenerateFileEditorWindow : EditorWindow {
1010
private static GenerateFileType generateFileType;
1111
private string fileName;
1212
private bool shouldOverwriteAllVirtuals;

0 commit comments

Comments
 (0)