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