Skip to content

Commit 793bade

Browse files
update
Making FindObjects internal.
1 parent b5bff02 commit 793bade

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

com.unity.netcode.gameobjects/Runtime/Core/FindObjects.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
namespace Unity.Netcode
44
{
5-
public static class FindObjects
5+
internal static class FindObjects
66
{
77
public static T[] FindObjectsByType<T>() where T : Object
88
{

0 commit comments

Comments
 (0)