mirror of
https://github.com/tribufu/node-gamedig
synced 2026-05-06 15:17:36 +00:00
8 lines
132 B
JavaScript
8 lines
132 B
JavaScript
import samp from './samp.js'
|
|
|
|
export default class gtasao extends samp {
|
|
constructor () {
|
|
super()
|
|
this.isOmp = true
|
|
}
|
|
}
|