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