mr11stein

Results 1 issues of mr11stein

This is something I noticed when I tried to attach a script to a GDUserModel. When you override _process like so: ```gdscript extends GDCubismUserModel func _process(delta): #do some stuff ```...