type //地图元素分类 TTerrainTypes = (ttNormal, ttSand, ttForest, ttRoad, ttObstacle, ttPath); TTerrainParam = record CellColor: TColor; CellLabel: string[16]; MoveCost: Integer; end;
enum TTerrainTypes ( ttNormal, ttSand, ttForest, ttRoad, ttObstacle, ttPath ); struct TTerrainParam{ int CellColor; Tchar[16]CellLabel; int MoveCost; }
675
社区成员
911
社区内容
加载中