Statistics
| Branch: | Tag: | Revision:

root / Assets / Scripts / ChainSync.cs @ 11:01dde4258840

History | View | Annotate | Download (252 Bytes)

1
using UnityEngine;
2
using System.Collections;
3
using System;
4
using HTTP;
5
using LitJson;
6
7
public class ChainSync : MonoBehaviour {
8
9
	// Use this for initialization
10
	void Start () {
11
	}
12
	
13
	// Update is called once per frame
14
	void Update () {
15
	}
16
	
17
18
}
19
20
21
22