Untitled

mail@pastecode.io avatar
unknown
plain_text
6 months ago
104 B
1
Indexable
Never
namespace Piskvorky_JanNeuC3a
{
    enum PlayerType
    {
        Computer,
        Human
    }
}