We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 76ad9ce commit 55f832bCopy full SHA for 55f832b
Editor/GenerateFileEditorWindow.cs
@@ -6,7 +6,7 @@
6
using UnityEngine;
7
8
namespace ElRaccoone.EntityComponentSystem.Editor {
9
- public class GenerateFileEditorWindow : EditorWindow {
+ internal class GenerateFileEditorWindow : EditorWindow {
10
private static GenerateFileType generateFileType;
11
private string fileName;
12
private bool shouldOverwriteAllVirtuals;
0 commit comments