webnovel
avatar
Essence Book

novel - Oriental

Essence

Drew

Contínuo · 3.9K Modos de exibição

  • 1 Chs

    Conteúdo
  • Avaliações
  • N/A

    APOIO

Sinopse

package novel.Kaid; import novel.Story; import novel.Characters; import novel.Setup; protected class Kaid { Scanner kaidsInput = new Scanner(System.in); String reason = null; int hurt = 0; while(!kaidsInput.nextLine().contains("rise")) { hurt++; } reason = "Light"; Story story = new Story(Characters.KAID, reason); Setting setting = new Setting("worlds/Earth/home.dat"); story.setEnvironment(setting); story.begin(); }