示例#1
0
 public string GetLuaValue()
 {
     return("{" + TopLeft.GetLuaValue() + ", " + BottomRight.GetLuaValue() + "}");
 }