KoiKoi/engine/Card.cpp

7 lines
86 B
C++
Raw Normal View History

#include "Card.hpp"
Card::Card(Month month, int type) :
suit(month), type(type)
{
}