Back to project page zomblind.
The source code is released under:
Apache License
If you think the Android project zomblind listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
package antares.zomblind.core.levels; /*from w w w . j av a2 s .c om*/ import java.util.List; //Una instancia define un "momento" en el cap?tulo public class instancia { public class transicion{ int audio_main = -1; int audio_aux = -1; long[] vibra = {}; } List<transicion> _t = null; String _condition; String _check; String _generation; }