コメント

このコメントは、【トピック】しゃいにーのひとりごと。へのコメントです。

コメントの内容

Material 315238 1 mini shainy(投稿日:2019/03/24 22:03/24/19)
Novel for CoR
novel "novel0" do
  scene "scene0" do
    chapter "chapter0" do
      debug_log 1
    end
    
    chapter "chapter1" do
      debug_log 2
    end
    
    chapter "chapter2" do
      debug_log 3
    end
  end
end

コメントの内容(一番最初の投稿)

Material 315238 1 mini shainy(投稿日:2019/03/24 22:03/24/19)
Novel for CoR
novel "novel0" do
  scene "scene0" do
    chapter "chapter0" do
      debug_log 1
    end
    
    chapter "chapter1" do
      debug_log 2
    end
    
    chapter "chapter2" do
      debug_log 3
    end
  end
end