예제 #1
0
파일: Soilder.cs 프로젝트: Emagu/Unity2D-CS
    // Update is called once per frame
    void Update()
    {
        hand.SetFilpX(hand.FaceLeft);
        foot.SetFilpX(hand.FaceLeft);

        ShootHandler();
        MoveHandler();
    }