Skip to content

Instantly share code, notes, and snippets.

View devpikachu's full-sized avatar

Andrei Hava devpikachu

View GitHub Profile

openpgp4fpr:6210BAF4FD922B7081FDFDE9018D1EBF3D284263

import * as alt from 'alt';
import * as native from 'native';
let view = new alt.WebView('http://resources/authentication/client/html/index.html');
alt.showCursor(true);
view.focus();
alt.toggleGameControls(false);
var loginCamera;
@GameRegistry.ObjectHolder("electricalengineer")
public class ModBlocks {
@GameRegistry.ObjectHolder("electricsparkblock")
public static BlockElectricSpark ELECTRIC_SPARK;
@GameRegistry.ObjectHolder("capacitor")
public static BlockCapacitor CAPACITOR;
}