Untitled

 avatar
unknown
plain_text
2 years ago
104 B
4
Indexable
namespace Piskvorky_JanNeuC3a
{
    enum PlayerType
    {
        Computer,
        Human
    }
}
Editor is loading...