dashboard
repositories
filestore
activity
search
login
main
/
GemBattle
宝石塔防
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
Merge branch 'master' of http://172.16.1.52:8090/r/GemBattle into master
liuzhiwei
2020-11-10
231e2ff02a5b95f95256f41b87bddaa28c300fd2
[GemBattle.git]
/
Assets
/
Tools
/
EnhancedScroller v2
/
Demos
/
05 Remote Resources
/
Data.cs
1
2
3
4
5
6
7
8
9
10
11
using UnityEngine;
using System.Collections;
namespace EnhancedScrollerDemos.RemoteResourcesDemo
{
public class Data
{
public Vector2 imageDimensions;
public string imageUrl;
}
}