cleaning up
parent
ff5243c435
commit
06b965d2aa
@ -1,5 +0,0 @@
|
||||
package main
|
||||
|
||||
type effect interface {
|
||||
apply(*room)
|
||||
}
|
@ -1,8 +0,0 @@
|
||||
package main
|
||||
|
||||
// room represents a rectangular space in the world state
|
||||
type room struct {
|
||||
name string
|
||||
width int
|
||||
height int
|
||||
}
|
Loading…
Reference in New Issue