backend.go 92 B

12345
  1. package engine
  2. func (this *Engine) BackEnd() bool {
  3. return this.Mods.BackEnd(this.Wrap)
  4. }