feat(Champion Model): Add 'Crimson Rush' to resource types

A new resource type, 'Crimson Rush', has been added to the Champion model. This extends the range of available resource types for champions in the game.
This commit is contained in:
Rico van Zelst
2024-06-22 18:56:19 +02:00
parent 87c0d4ca94
commit 03c93ed189

View File

@@ -47,6 +47,7 @@ class Champion extends Model
'BLOODTHIRST' => 'Bloodthirst',
'FLOW' => 'Flow',
'SOUL_UNBOUND' => 'Soul Unbound',
'CRIMSON_RUSH' => 'Crimson Rush',
];
return $resourceTypes[$value];