Coverage Summary for Class: EventType (it.polimi.ingsw.gc14.Model.Cards.TribeCards)
| Class |
Class, %
|
Method, %
|
Line, %
|
| EventType |
100%
(1/1)
|
100%
(2/2)
|
100%
(5/5)
|
package it.polimi.ingsw.gc14.Model.Cards.TribeCards;
/**
* Represents the different types of event cards available in the game.
*/
public enum EventType {
/**
* Event card representing Sustenance.
*/
SUSTENANCE,
/**
* Event card representing the Shamanic Ritual.
*/
SHAMANIC_RITUAL,
/**
* Event card representing Cave Paintings.
*/
CAVE_PAINTINGS,
/**
* Event card representing the Hunt.
*/
HUNT
}