This website works better with JavaScript
Trang chủ
Khám phá
Trợ giúp
Đăng ký
Đăng nhập
yichael
/
yichael_smartbow
Xem
1
Star
0
Fork
0
Các tập tin
Các vấn đề
0
Yêu cầu kéo về
0
Wiki
Tree:
4fb290a30c
Branches
Tags
2021.1.7f1c1
SmartBow-Multiple
ZIM_Demo
double-device
master
new-20221125
new-mul-server
new-ui
new-ui-infrared
old-1
old-2
old-20221125
qrcode_pay
taoke
yichael_smartbo...
/
Assets
/
ArtAsset
/
FreeAAA
/
TutorialInfo
/
Scripts
lvjincheng
9c0ad4e751
新增资源
4 năm trước cách đây
..
Editor
9c0ad4e751
新增资源
4 năm trước cách đây
Editor.meta
9c0ad4e751
新增资源
4 năm trước cách đây
Readme.cs
9c0ad4e751
新增资源
4 năm trước cách đây
Readme.cs.meta
9c0ad4e751
新增资源
4 năm trước cách đây
Readme.cs
using System;
using UnityEngine;
public class Readme : ScriptableObject
{
public Texture2D icon;
public string title;
public Section[] sections;
public bool loadedLayout;
[Serializable]
public class Section
{
public string heading, text, linkText, url;
}
}