mirror of
https://port.numenaute.org/aleajactaest/khanat-client.git
synced 2025-01-03 06:34:00 +00:00
10 lines
76 B
GDScript3
10 lines
76 B
GDScript3
|
extends Node
|
||
|
class_name Creature
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
func from_dict( datas ):
|
||
|
pass
|
||
|
|