Browse Source

Oops. Forgot to remove an unused import

Keelan Lightfoot 8 years ago
parent
commit
7c456fa575
1 changed files with 0 additions and 2 deletions
  1. 0
    2
      event_distributor.go

+ 0
- 2
event_distributor.go View File

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