コード例 #1
0
 public static ScreenType GetScreenType(this Clue clue)
 {
     return(GetScreenType(GetLayoutType(clue.Type)));
 }
コード例 #2
0
 public static LayoutType GetLayoutType(this Clue clue)
 {
     return(_clueTypeInfo[clue.Type].Type);
 }