using UnityEngine;
using System.Collections;

public class BPage : FContainer
{
	public BPage()
	{
		
	}
	
	virtual public void Start()
	{
		
	}

}
