4546474849505152
private boolean initialized; public Greed() { // Entrance of all program Log.i("Greed Plugin"); this.talkingWindow = new GreedEditorPanel(this); this.initialized = false; }