コード例 #1
0
 public bool canChangeInto(int CubeCount)
 {
     return(CubeCount >= Construct.ConstructCubeRequirement(Level));
 }