Compare commits
2 Commits
b32c11c305
...
0f6ee8e582
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
0f6ee8e582 | ||
|
|
9a7b789463 |
@ -1,23 +0,0 @@
|
||||
using System.Collections;
|
||||
using System.Collections.Generic;
|
||||
using UnityEngine;
|
||||
|
||||
public class WebTest : MonoBehaviour
|
||||
{
|
||||
// Start is called before the first frame update
|
||||
void Start()
|
||||
{
|
||||
|
||||
List<string> stepNames = new List<string>() { "µÚÒ»²½", "µÚ¶þ²½", "µÚÈý²½" };
|
||||
List<int> maxScore = new List<int>() { 10, 20, 30 };
|
||||
List<int> score = new List<int>() { 5, 10, 15 };
|
||||
LYTWebGLHelper.Instance.UpLoadData(60, stepNames, maxScore, score);
|
||||
|
||||
}
|
||||
|
||||
// Update is called once per frame
|
||||
void Update()
|
||||
{
|
||||
|
||||
}
|
||||
}
|
||||
@ -1,11 +0,0 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 08f51ad357b70604492d4c3e95ce1e27
|
||||
MonoImporter:
|
||||
externalObjects: {}
|
||||
serializedVersion: 2
|
||||
defaultReferences: []
|
||||
executionOrder: 0
|
||||
icon: {instanceID: 0}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
Loading…
x
Reference in New Issue
Block a user