mirror of
https://github.com/MirrorNetworking/Mirror.git
synced 2024-11-18 11:00:32 +00:00
NetworkLoop needs to be public to expose events (#2925)
See ff34a50fdf
and #2826
This commit is contained in:
parent
272baceabb
commit
0828087e70
@ -40,7 +40,7 @@
|
||||
|
||||
namespace Mirror
|
||||
{
|
||||
internal static class NetworkLoop
|
||||
public static class NetworkLoop
|
||||
{
|
||||
// helper enum to add loop to begin/end of subSystemList
|
||||
internal enum AddMode { Beginning, End }
|
||||
|
Loading…
Reference in New Issue
Block a user