예제 #1
0
    private void Start()
    {
        Game football = new Football();

        football.StartPlay();
    }