コード例 #1
0
ファイル: Player.cs プロジェクト: ozancanonen/GameJam_Team-1
    private void moveConstruct()
    {
        Construct c = meleeInteraction.gameObject.GetComponent <Construct>();

        c.Move(ForceDirection(), firingPos.rotation);
    }