﻿using System.Collections;
using System.Collections.Generic;
using UnityEngine;

public class BCG_Version : MonoBehaviour {

    public readonly static string version = "V1.01";

}
