giving structure to requests...
parent
07791b0752
commit
dd8762667d
@ -0,0 +1 @@
|
|||||||
|
package main
|
@ -0,0 +1,5 @@
|
|||||||
|
package main
|
||||||
|
|
||||||
|
type effect interface {
|
||||||
|
apply(*room)
|
||||||
|
}
|
Loading…
Reference in New Issue