/ Eastern / Essence

Essence Original

Essence

Eastern 1 Chapters 3.8K Views
Author: Drew

Not enough ratings

Read
About Table of Contents

Synopsis

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();
}

Fans

  1. DaoistmPtgBl
    DaoistmPtgBl Contributed 3
  2. Avatar
    (Vacant)
  3. Avatar
    (Vacant)

Gifts

Gift -- Gift received

    Weekly Power Status

    Rank -- Power Ranking
    Stone -- Power stone

    You May Also Like

    Share your thoughts with others

    Write a review

    Author Drew