private protected static bool isThisAGoodIdea() {
return new System.Random().Next(0, 2) == 0 ? false : false;
}
Online multiplayer card game based on the social deduction game maf
private protected static bool isThisAGoodIdea() {
return new System.Random().Next(0, 2) == 0 ? false : false;
}
Log in or sign up for Devpost to join the conversation.