(client) feat:实现行为树条件节点的实际功能
This commit is contained in:
@ -11,8 +11,8 @@ namespace Base
|
||||
[System.Serializable]
|
||||
public class GameSettings
|
||||
{
|
||||
public float progressStepDuration = 1f;
|
||||
public float exitAnimationDuration = 2f;
|
||||
public float progressStepDuration = 0.5f;
|
||||
public float exitAnimationDuration = 1f;
|
||||
public bool developerMode = false;
|
||||
public bool friendlyFire = false;
|
||||
public float globalVolume = 1.0f;
|
||||
|
Reference in New Issue
Block a user