// Setup public void Setup(float time, int column, int fraction, NotesType type) { // Init variables this.time = time; this.column = column; this.fraction = fraction; this.type = type; this.state = NotesState.DISABLE; }
public NotesPlugin() { state = new NotesState(); controller = new Controller(); }
public PluginHelper(NotesState state) { this.state = state; }