package jeux; public enum ID { Player1(), Player2(), Player3(), Player4(), Player5(), Fond(), Bulle(); }