Skip to content

Commit 65bc667

Browse files
committed
make delegates internal
1 parent 44d5273 commit 65bc667

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

UnityProject/Injecter.Unity/Assets/Injecter.Unity/Editor/GameObjectPatcher.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77

88
namespace Injecter.Unity.Editor
99
{
10-
public delegate bool FilterGameObject(GameObject gameObject);
11-
public delegate void PatchGameObject(GameObject gameObject, string location);
10+
internal delegate bool FilterGameObject(GameObject gameObject);
11+
internal delegate void PatchGameObject(GameObject gameObject, string location);
1212

1313
internal static class GameObjectPatcher
1414
{

0 commit comments

Comments
 (0)