mirror of
https://github.com/yeslayla/golang-game-framework.git
synced 2025-12-07 01:33:24 +01:00
Initial commit
This commit is contained in:
7
node/inode.go
Normal file
7
node/inode.go
Normal file
@@ -0,0 +1,7 @@
|
||||
package node
|
||||
|
||||
type INode interface {
|
||||
GetName() string
|
||||
Update() error
|
||||
ready(INode) error
|
||||
}
|
||||
Reference in New Issue
Block a user