mirror of
https://github.com/rico-vz/HeimerdingerLoL.git
synced 2025-12-06 18:20:48 +01:00
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:
@@ -47,6 +47,7 @@ class Champion extends Model
|
||||
'BLOODTHIRST' => 'Bloodthirst',
|
||||
'FLOW' => 'Flow',
|
||||
'SOUL_UNBOUND' => 'Soul Unbound',
|
||||
'CRIMSON_RUSH' => 'Crimson Rush',
|
||||
];
|
||||
|
||||
return $resourceTypes[$value];
|
||||
|
||||
Reference in New Issue
Block a user