Create some subroutines and test
This commit is contained in:
5
src/game/rule/operation/int.go
Normal file
5
src/game/rule/operation/int.go
Normal file
@@ -0,0 +1,5 @@
|
||||
package operation
|
||||
|
||||
import "local/sandbox/cards/src/entity"
|
||||
|
||||
type Int func(*entity.Game, interface{}) int
|
||||
Reference in New Issue
Block a user