1.玩家类
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace CaiQuanGame
{
class Player
{
public string FistName
{
get;
set;
}
public int ShowFist(string fist)
{
int result = -1;
switch (fist)
{