Skip to content

Instantly share code, notes, and snippets.

View ismailbayram's full-sized avatar
🏠
Working from home

İsmail Bayram ismailbayram

🏠
Working from home
View GitHub Profile
{
"$help": "https://aka.ms/terminal-documentation",
"$schema": "https://aka.ms/terminal-profiles-schema",
"actions":
[
{
"command":
{
"action": "prevTab"
},
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
public class GenerateTanks : MonoBehaviour
{
public GameObject[] bodies;
public GameObject[] towers;
public GameObject[] cannons;
// Start is called before the first frame update