';
$(function () {
$.ajax('/ajax/notice',{ type: 'GET',dataType: 'text',data: { lang: $('#notice_area').data('lang') },timeout: 10000 })
.done(function (res) {
res = JSON.parse(res);
for (var i in res) {
$('#notice_area').append(notice_prefix + res[i].notice_text + notice_suffix);
}
}).fail(function (res) {
console.error('API request error', res);
$('#notice_area').html('');
});
});
スクールウォーズ / デュードルスタジオ
http://www.dudedlestudio.com高校の生徒や先生の間で繰り広げられる、ちょっとセクシーな二人対戦用カードゲームです。
売切れ