ソースを参照

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