refactor: enhance GameStateStore integration and improve skill management
This commit is contained in:
10
scripts/State/StatNames.cs
Normal file
10
scripts/State/StatNames.cs
Normal file
@@ -0,0 +1,10 @@
|
||||
namespace Mr.BrickAdventures.scripts.State;
|
||||
|
||||
public static class StatNames
|
||||
{
|
||||
public const string CoinsCollected = "coins_collected";
|
||||
public const string EnemiesDefeated = "enemies_defeated";
|
||||
public const string Deaths = "deaths";
|
||||
public const string LevelsCompleted = "levels_completed";
|
||||
public const string ChildrenRescued = "children_rescued";
|
||||
}
|
||||
Reference in New Issue
Block a user