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