mirror of
https://github.com/jcreek/CosmicClash.git
synced 2026-09-10 16:04:04 +00:00
11 lines
100 B
GDScript
11 lines
100 B
GDScript
extends Node2D
|
|
class_name RewardFunction2D
|
|
|
|
|
|
func get_reward():
|
|
return 0.0
|
|
|
|
|
|
func reset():
|
|
return
|