8 lines
187 B
C#
8 lines
187 B
C#
namespace Cielonos.MainGame.Rewards
|
|
{
|
|
public interface ICombatRewardInteractable
|
|
{
|
|
void SetupCombatReward(CombatRewardInstruction instruction, System.Random rng);
|
|
}
|
|
}
|