예제 #1
0
    // Use this for initialization
    //	void Start()
    //	{
    //	}

    // Update is called once per frame
    //	void Update () {
    //	}

    public void InitGrid(PTPUIGridLoop parentGrid)
    {
        grid = parentGrid;
    }
	// Use this for initialization
	//	void Start() 
	//	{
	//	}
	
	// Update is called once per frame
	//	void Update () {
	//	}
	
	public void InitGrid( PTPUIGridLoop parentGrid )
	{
		grid = parentGrid;
	}