HostedRedmine.com has moved to the Planio platform. All logins and passwords remained the same. All users will be able to login and use Redmine just as before. "Read more...":https://support.plan.io/news/187
Feature #874440 ยป 0007-tile_owner.patch
common/scriptcore/tolua_game.pkg | ||
---|---|---|
struct Tile {
|
||
Terrain *terrain;
|
||
Player *owner;
|
||
const int index @ id;
|
||
};
|