Basic recipe
This commit is contained in:
parent
4bae29f29f
commit
11d928c4f3
9 changed files with 59 additions and 1 deletions
7
scripts/recipe/comparable.gd
Normal file
7
scripts/recipe/comparable.gd
Normal file
|
@ -0,0 +1,7 @@
|
|||
@abstract
|
||||
extends Resource
|
||||
|
||||
class_name Comparable
|
||||
|
||||
@abstract
|
||||
func is_equal(to: Comparable) -> bool
|
Loading…
Add table
Add a link
Reference in a new issue