mirror of
https://github.com/rico-vz/HeimerdingerLoL.git
synced 2025-12-06 10:10: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',
|
'BLOODTHIRST' => 'Bloodthirst',
|
||||||
'FLOW' => 'Flow',
|
'FLOW' => 'Flow',
|
||||||
'SOUL_UNBOUND' => 'Soul Unbound',
|
'SOUL_UNBOUND' => 'Soul Unbound',
|
||||||
|
'CRIMSON_RUSH' => 'Crimson Rush',
|
||||||
];
|
];
|
||||||
|
|
||||||
return $resourceTypes[$value];
|
return $resourceTypes[$value];
|
||||||
|
|||||||
Reference in New Issue
Block a user