Ejemplo n.º 1
0
 // 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;
 }
Ejemplo n.º 2
0
 // 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;
 }
Ejemplo n.º 3
0
 public NotesPlugin()
 {
     state = new NotesState();
     controller = new Controller();
 }
Ejemplo n.º 4
0
 public PluginHelper(NotesState state)
 {
     this.state = state;
 }
Ejemplo n.º 5
0
		public PluginHelper(NotesState state)
		{
			this.state = state;
		}