Added a new protocol for OMP which extends SAMP

This commit is contained in:
Ogrezeanu Alexandru 2024-02-22 14:00:51 +02:00
parent 34597a98d6
commit 7a51dfd44d
1 changed files with 8 additions and 0 deletions

8
protocols/gtasao.js Normal file
View File

@ -0,0 +1,8 @@
import samp from './samp.js'
export default class gtasao extends samp {
constructor() {
super()
this.isOmp = true
}
}