KeyboardControls.Start C# (CSharp) 메소드

Start() 개인적인 메소드

private Start ( ) : void
리턴 void
    void Start()
    {
        theCharacterMotor = gameObject.GetComponent<CharacterMotor2> ();
        theCharacterJump = gameObject.GetComponent<CharacterJump2> ();
        theCharacterShot = gameObject.GetComponent<CharacterShot> ();
        theCharacterDrill = gameObject.GetComponent<CharacterDrill> ();
    }