remove demo game
This commit is contained in:
9
action.script.go
Normal file
9
action.script.go
Normal file
@@ -0,0 +1,9 @@
|
||||
package pncdsl
|
||||
|
||||
type Script struct {
|
||||
Name string
|
||||
Actions Action
|
||||
}
|
||||
|
||||
func (s Script) GetName() string { return s.Name }
|
||||
func (s Script) TypeLabel() string { return "script" }
|
||||
Reference in New Issue
Block a user