backend.go 69 B

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