Skip to content

Instantly share code, notes, and snippets.

@PJZ9n
Last active April 13, 2018 16:45
Show Gist options
  • Save PJZ9n/a524eeb34d8238a0c8bab3d971f16a3e to your computer and use it in GitHub Desktop.
Save PJZ9n/a524eeb34d8238a0c8bab3d971f16a3e to your computer and use it in GitHub Desktop.
$data = array(
"type" => "modal",
"title" => "タイトル",
"content" => "選んでください",
"button1" => "はい",
"button2" => "いいえ",
);
$pk = new ModalFormRequestPacket();
$pk->formId = /*自由なint*/;
$pk->formData = json_encode($data);
$player->dataPacket($pk);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment