Basic recipe

This commit is contained in:
Rendo 2025-10-15 09:58:24 +05:00
commit 11d928c4f3
9 changed files with 59 additions and 1 deletions

View file

@ -0,0 +1,7 @@
@abstract
extends Resource
class_name Comparable
@abstract
func is_equal(to: Comparable) -> bool