using UnityEngine; public abstract class RewardFunction : ScriptableObject { public abstract void RewardPlayer(); }