This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<script> | |
import { executeClient } from 'api/rage' | |
import { translateText } from 'lang' | |
import { format } from 'api/formatter' | |
import './css/main.sass'; | |
import './fonts/style.css'; | |
import authInfo from './authInfo'; | |
const authColors =[ | |
"#000", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
using GTANetworkAPI; | |
using GTANetworkMethods; | |
using Newtonsoft.Json; | |
using Redage.SDK; | |
using System; | |
using Newtonsoft.Json; | |
using System.Collections.Generic; | |
using Repository = NeptuneEvo.Chars.Repository; | |
using NeptuneEvo.Handles; | |
using MySqlX.XDevAPI.Relational; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
using Database; | |
using GTANetworkAPI; | |
using LinqToDB; | |
using Localization; | |
using MySqlConnector; | |
using NeptuneEvo.Accounts; | |
using NeptuneEvo.Character; | |
using NeptuneEvo.Chars; | |
using NeptuneEvo.Chars.Models; | |
using NeptuneEvo.Fractions.Models; |