using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace Tests.Model_UTs { internal class PlayerManagerTest { // TODO test that Player's copy constructer enables isolated changes } }