완료 시간 알람 오류 및 작업 조건 분석 차트 오류 수정
This commit is contained in:
@@ -1,19 +0,0 @@
|
||||
using System.Collections;
|
||||
using System.Collections.Generic;
|
||||
using UnityEngine;
|
||||
using CHN;
|
||||
using Newtonsoft.Json;
|
||||
|
||||
public class TestBarChart : MonoBehaviour
|
||||
{
|
||||
private WorkTimeManager test;
|
||||
// Start is called before the first frame update
|
||||
void Start()
|
||||
{
|
||||
var textData = Resources.Load<TextAsset>("Test");
|
||||
var response = JsonConvert.DeserializeObject<WorkTimeData>(textData.ToString());
|
||||
|
||||
test = FindSingle<WorkTimeManager>();
|
||||
test.SetWorkTimeData(response);
|
||||
}
|
||||
}
|
||||
@@ -1,11 +0,0 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 88590da1ce6ef634888523925f8df0d4
|
||||
MonoImporter:
|
||||
externalObjects: {}
|
||||
serializedVersion: 2
|
||||
defaultReferences: []
|
||||
executionOrder: 0
|
||||
icon: {instanceID: 0}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
Reference in New Issue
Block a user