public SpawnPoint(string Path, Vector2 Pos, Vector2 Dims) : base(Path, Pos, Dims, 100)
 {
     spawnTimer = new TimerMaster(4000);
 }