This website works better with JavaScript
Página inicial
Explorar
Ajuda
Entrar
surdeus
/
rpgwiki
Observar
1
Favorito
0
Fork
0
Arquivos
Issues
0
Pull Requests
0
Wiki
Branch:
main
Branches
Tags
main
v0.5.0
v0.4.4
v0.4.3
v0.4.2
v0.4.1
v0.3.1
v0.3.0
v0.2.0
v0.1.0
rpgwiki
/
mod
/
context.xgo
context.xgo
106 B
Link permanente
Histórico
Raw
1
2
3
4
5
6
7
8
9
new := func(c) {
self := c
self.get_char_stat = func(name){
}
}
export {
get_char_stat: func(name)
}