示例#1
0
文件: Device.cs 项目: SSSSShark/May
 void Unshow(string type)
 {
     player.UnshowColor(gridContent.TypePrint(type));
     gridContent.TypeLost();
 }