10 lines
99 B
Go
10 lines
99 B
Go
|
package main
|
||
|
|
||
|
import (
|
||
|
"gitea.mmo.to/NetworkPacketComposer/npc"
|
||
|
)
|
||
|
|
||
|
func main() {
|
||
|
npc.Appmain()
|
||
|
}
|