1
This commit is contained in:
parent
638961c5ed
commit
6b7b6be707
@ -36,6 +36,13 @@ struct AttrAddition : public std::enable_shared_from_this<AttrAddition>
|
||||
|
||||
};
|
||||
|
||||
static std::array<std::vector<std::shared_ptr<AttrAddition>>, kAstEnd> s_speed_ratein_list =
|
||||
{
|
||||
std::vector<std::shared_ptr<AttrAddition>>({}),
|
||||
std::vector<std::shared_ptr<AttrAddition>>({}),
|
||||
std::vector<std::shared_ptr<AttrAddition>>({})
|
||||
};
|
||||
|
||||
static bool IsMulCalc(int attr_id)
|
||||
{
|
||||
switch (attr_id) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user