示例#1
0
    private void CreatePlayerShips()
    {
        GameObject ship = pShipFactory.SpawnPlayerShip("Ship1_blue", transform);

        mShipList.Add(ship);
    }