[ all classes ]
[ it.polimi.ingsw.model ]
Coverage Summary for Class: Event (it.polimi.ingsw.model)
Class | Class, % | Method, % | Line, % |
---|---|---|---|
Event | 100% (1/ 1) | 100% (2/ 2) | 100% (2/ 2) |
1 package it.polimi.ingsw.model;
2
3 /**
4 * Possible game events
5 */
6 enum Event {
7 MOVE, BUILD, UP, DOWN, BLOCK, ZERO, ONE, TWO, THREE, FOUR;
8 }