コード例 #1
0
ファイル: CRoom.cs プロジェクト: Moondaeng/2020-MagiMaker
 public override string ToString()
 {
     return(_roomType.ToString());
 }