public Ship_Message(CollisionManager.PlayerID p) { this.id = p; }
public Ship_Message(CollisionManager.Player pPlayer) { this.id = pPlayer.id; }