feat(bp): IBattlePassService skeleton + level-curve method + DI
This commit is contained in:
12
SVSim.EmulatedEntrypoint/Services/BattlePassPointSource.cs
Normal file
12
SVSim.EmulatedEntrypoint/Services/BattlePassPointSource.cs
Normal file
@@ -0,0 +1,12 @@
|
||||
namespace SVSim.EmulatedEntrypoint.Services;
|
||||
|
||||
/// <summary>
|
||||
/// Which categorized field on <c>battle_pass_gauge_info</c> a point grant feeds. Mirrors the
|
||||
/// breakdown shown by <c>BattlePassResultPanel</c> after a win.
|
||||
/// </summary>
|
||||
public enum BattlePassPointSource
|
||||
{
|
||||
BattleResult,
|
||||
DailyMission,
|
||||
BattlePassMission,
|
||||
}
|
||||
Reference in New Issue
Block a user