Unity-Technologies / com.unity.netcode.gameobjects

Netcode for GameObjects is a high-level netcode SDK that provides networking capabilities to GameObject/MonoBehaviour workflows within Unity and sits on top of underlying transport layer.
MIT License
2.1k stars 430 forks source link

chore: migrate tests from public to internal #2926

Closed fluong6 closed 1 month ago

fluong6 commented 1 month ago

Migrating all the access modifiers from Public to Internal for test classes.

Changelog

Changed: Change all the access modifiers of test class from Public to Internal (#2926)

Testing and Documentation