7 lines
89 B
C#
7 lines
89 B
C#
namespace RobotAndDonkey.Game.Cards;
|
|
|
|
public enum ECardType
|
|
{
|
|
Glitch,
|
|
Patch,
|
|
} |