コード例 #1
0
    private void Awake()
    {
        transform = GetComponent <Transform>();
        reaction  = GetComponent <BaseReactionBehaviour>();

        currentSpeed = WalkSpeed;
    }
コード例 #2
0
 protected virtual void Start()
 {
     CurrentHealth = StartingHealth;
     reaction      = GetComponent <BaseReactionBehaviour>();
 }