Example #1
0
    // Behaviour
    void Start()
    {
        if (grid == null)
        {
            grid = new OSGrid(this, 5, 3);
        }

        SetDefinitions();
    }
Example #2
0
	// Behaviour
	void Start () {
		if (grid == null) {
			grid = new OSGrid (this, 5, 3);
		}
		
		SetDefinitions ();
	}