16 lines
450 B
C#
16 lines
450 B
C#
using System;
|
|
using SGUnitySDK.Services.HTTP;
|
|
using UnityEngine;
|
|
|
|
namespace DefaultNamespace
|
|
{
|
|
public class SelectScenes : MonoBehaviour
|
|
{
|
|
private void Start()
|
|
{
|
|
// HttpPractiseService getPractiseInfo = new HttpPractiseService();
|
|
// ResponObject responObject = getPractiseInfo.UploadAnswer(practiseId, userId, answerList);
|
|
// string data = responObject.data.ToString();
|
|
}
|
|
}
|
|
} |