mirror of
https://github.com/gamedig/node-gamedig.git
synced 2024-11-10 21:26:56 +01:00
6bfc3426e7
* Added full OMP support * Added a new protocol for OMP which extends SAMP * Edited the changelog
9 lines
131 B
JavaScript
9 lines
131 B
JavaScript
import samp from './samp.js'
|
|
|
|
export default class gtasao extends samp {
|
|
constructor() {
|
|
super()
|
|
this.isOmp = true
|
|
}
|
|
}
|