Files
Cielonos/Assets/Scripts/MainGame/Rewards/ICombatRewardInteractable.cs
SoulliesOfficial 39b43680a9 爆更
2026-07-18 03:16:20 -04:00

8 lines
187 B
C#

namespace Cielonos.MainGame.Rewards
{
public interface ICombatRewardInteractable
{
void SetupCombatReward(CombatRewardInstruction instruction, System.Random rng);
}
}