mirror of
https://github.com/tym1116/BH3.git
synced 2025-12-18 01:14:59 +01:00
16 lines
265 B
C#
16 lines
265 B
C#
namespace MoleMole.Config
|
|
{
|
|
public class ConfigEntityStateMachinePattern
|
|
{
|
|
public float ConstMoveSpeed;
|
|
|
|
public float AniMinSpeedRatio;
|
|
|
|
public float AniMaxSpeedRatio;
|
|
|
|
public float ChangeDirLerpRatioForMove;
|
|
|
|
public float DefaultAnimDefenceRatio;
|
|
}
|
|
}
|