mirror of
https://github.com/tym1116/BH3.git
synced 2025-12-17 08:54:43 +01:00
16 lines
321 B
C#
16 lines
321 B
C#
namespace MoleMole.Config
|
|
{
|
|
public class ConfigAvatarCommonArguments : ConfigEntityCommonArguments
|
|
{
|
|
public float GoodsAttractRadius;
|
|
|
|
public string[] MaskedSkillButtons = Miscs.EMPTY_STRINGS;
|
|
|
|
public float SwitchInCD = 4f;
|
|
|
|
public float QTESwitchInCDRatio = 2f;
|
|
|
|
public float AttackSPRecoverRatio = 3f;
|
|
}
|
|
}
|