소스 검색

Oops. Forgot to remove an unused import

Keelan Lightfoot 8 년 전
부모
커밋
7c456fa575
1개의 변경된 파일0개의 추가작업 그리고 2개의 파일을 삭제
  1. 0
    2
      event_distributor.go

+ 0
- 2
event_distributor.go 파일 보기

@@ -1,7 +1,5 @@
1 1
 package funmow
2 2
 
3
-import "fmt"
4
-
5 3
 const (
6 4
 	EventTypeEmit  = iota // everyone in the containing object hears it,
7 5
 	EventTypeOEmit        // everyone in the containing object except the player hears it